projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d0b2b3
)
In dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan Callen
author
Zac Medico
<zmedico@gentoo.org>
Sat, 17 Oct 2009 05:56:57 +0000
(
05:56
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 17 Oct 2009 05:56:57 +0000
(
05:56
-0000)
<abcd@g.o> for reporting.
svn path=/main/trunk/; revision=14619
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 88084c5a280c8db7b381c165df68f718121f967b..116d6342a1357b2ef0251708875d43b6f87d8a21 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-697,7
+697,7
@@
dyn_unpack() {
if [ -e "${WORKDIR}" ]; then
local x
local checkme
- for x in $
{AA}
; do
+ for x in $
A
; do
vecho ">>> Checking ${x}'s mtime..."
if [ "${PORTAGE_ACTUAL_DISTDIR:-${DISTDIR}}/${x}" -nt "${WORKDIR}" ]; then
vecho ">>> ${x} has been updated; recreating WORKDIR..."