projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8460689
)
Move ecompressdir and ecompress --dequeue after prepall.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 4 Aug 2007 21:34:35 +0000
(21:34 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 4 Aug 2007 21:34:35 +0000
(21:34 -0000)
svn path=/main/trunk/; revision=7570
bin/misc-functions.sh
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index 10e71bb7a38415db16e600133b3edff0c3dc2f7a..06698fbe98d03f1c96eff85b039aaae94375ebd9 100755
(executable)
--- a/
bin/misc-functions.sh
+++ b/
bin/misc-functions.sh
@@
-43,9
+43,10
@@
install_symlink_html_docs() {
install_qa_check() {
cd "${D}" || die "cd failed"
+
+ prepall
ecompressdir --dequeue
ecompress --dequeue
- prepall
# Now we look for all world writable files.
for i in $(find "${D}/" -type f -perm -2); do