projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73c17b1
)
Fix a typo from the previos commit.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 3 Feb 2007 11:16:18 +0000
(11:16 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 3 Feb 2007 11:16:18 +0000
(11:16 -0000)
svn path=/main/trunk/; revision=5879
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index e0be4c17d897bc33a92d278e48b538d46780f3c2..d943a64a11848a2ebd93e762ca4326cbf6d81c6e 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-456,7
+456,7
@@
unpack() {
done
# Do not chmod '.' since it's probably ${WORKDIR} and PORTAGE_WORKDIR_MODE
# should be preserved.
- find . -mindepth 1 ! -type l -print0 | ${XARGS} chmod -f a+rX,u+w,g-w,o-w
+ find . -mindepth 1 ! -type l -print0 | ${XARGS}
-0
chmod -f a+rX,u+w,g-w,o-w
}
strip_duplicate_slashes() {