projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35528f1
)
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:45 +0000
(20:56 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 22 Jul 2007 20:56:45 +0000
(20:56 -0000)
svn path=/main/branches/2.1.2/; revision=7359
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index d829bc0ed366b2019b3949625e87fba5d6e474ad..c9bacd4a53584ae2e025eebe0470602687d8c8a0 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-458,7
+458,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"