projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09aef54
)
s/dir/actual_dir/ (branches/prefix r6463:6464
author
Zac Medico
<zmedico@gentoo.org>
Wed, 2 May 2007 17:29:12 +0000
(17:29 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 2 May 2007 17:29:12 +0000
(17:29 -0000)
svn path=/main/trunk/; revision=6469
bin/ecompressdir
patch
|
blob
|
history
diff --git
a/bin/ecompressdir
b/bin/ecompressdir
index 4db01697ab306ec3f421097e64504023eecf3491..b45f760d741d28b38838e5f5763374e75709125f 100755
(executable)
--- a/
bin/ecompressdir
+++ b/
bin/ecompressdir
@@
-111,7
+111,7
@@
for dir in "$@" ; do
# since we've been requested to compress the whole dir,
# delete any individual queued requests
- rm -f "${dir}.ecompress.dir"
+ rm -f "${
actual_
dir}.ecompress.dir"
find "${dir}" -type f -name '*.ecompress.file' -print0 | ${XARGS} -0 rm -f
# not uncommon for packages to compress doc files themselves