projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9182a40
)
For bug #184774, put lha's -q option last since otherwise the option parser now requi...
author
Zac Medico
<zmedico@gentoo.org>
Sun, 22 Jul 2007 20:56:19 +0000
(20:56 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 22 Jul 2007 20:56:19 +0000
(20:56 -0000)
svn path=/main/trunk/; revision=7358
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 6442ec4ff02978b2d06b8d1650cc4d362009da0e..5f271524be00c3533655eeef547803ae77cb2fb7 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-378,7
+378,7
@@
unpack() {
unrar x -idq -o+ "${srcdir}/${x}" || die "$myfail"
;;
LHa|LHA|lha|lzh)
- lha x
qf
"${srcdir}/${x}" || die "$myfail"
+ lha x
fq
"${srcdir}/${x}" || die "$myfail"
;;
a|deb)
ar x "${srcdir}/${x}" || die "$myfail"