projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8248568
)
Update the `touch .unpacked` error message to output the actual path in order
author
Jason Stubbs
<jstubbs@gentoo.org>
Sat, 31 Dec 2005 05:05:41 +0000
(
05:05
-0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Sat, 31 Dec 2005 05:05:41 +0000
(
05:05
-0000)
to match the other touch error messages.
svn path=/main/trunk/; revision=2507
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 06086f22fc08c1b2f479950237b7141be34ee2e7..dc3bf6a14c10367b759fc2eadffd10c49a4346b5 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
BUILDIR
"
+ touch "${PORTAGE_BUILDDIR}/.unpacked" || die "IO Failure -- Failed 'touch .unpacked' in
${PORTAGE_BUILDIR}
"
echo ">>> Source unpacked."
cd "${PORTAGE_BUILDDIR}"