projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6c616e
)
Fix PORTAGE_WORKDIR_MODE so that 0700 is correctly substituted when PORTAGE_WORKDIR_M...
author
Zac Medico
<zmedico@gentoo.org>
Sat, 18 Mar 2006 06:40:01 +0000
(06:40 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 18 Mar 2006 06:40:01 +0000
(06:40 -0000)
svn path=/main/trunk/; revision=2933
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 5bc3a6c378cb9e338f0deebdb91ca88fbccac959..92f8ca1e9eb1a5d39e6e5221f58f302cd3d7b679 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-689,7
+689,7
@@
dyn_unpack() {
fi
if [ ! -d "${WORKDIR}" ]; then
- install -m${PORTAGE_WORKDIR_MODE-0700} -d "${WORKDIR}" || die "Failed to create dir '${WORKDIR}'"
+ install -m${PORTAGE_WORKDIR_MODE
:
-0700} -d "${WORKDIR}" || die "Failed to create dir '${WORKDIR}'"
fi
cd "${WORKDIR}" || die "Directory change failed: \`cd '${WORKDIR}'\`"
echo ">>> Unpacking source..."