projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16a3c71
)
BUILDIR => BUILDDIR
author
Jason Stubbs
<jstubbs@gentoo.org>
Sat, 31 Dec 2005 05:19:34 +0000
(
05:19
-0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Sat, 31 Dec 2005 05:19:34 +0000
(
05:19
-0000)
svn path=/main/trunk/; revision=2508
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index dc3bf6a14c10367b759fc2eadffd10c49a4346b5..0fbba489c0a48d0a5e229050350506f2e67f0b53 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-658,7
+658,7
@@
dyn_unpack() {
[ -d "$WORKDIR" ] && cd "${WORKDIR}"
echo ">>> Unpacking source..."
src_unpack
- touch "${PORTAGE_BUILDDIR}/.unpacked" || die "IO Failure -- Failed 'touch .unpacked' in ${PORTAGE_BUILDIR}"
+ touch "${PORTAGE_BUILDDIR}/.unpacked" || die "IO Failure -- Failed 'touch .unpacked' in ${PORTAGE_BUILD
D
IR}"
echo ">>> Source unpacked."
cd "${PORTAGE_BUILDDIR}"