projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac0b56
)
In dyn_unpack, check mtimes on $A instead of $AA. Thanks to Jonathan Callen
author
Zac Medico
<zmedico@gentoo.org>
Sun, 18 Oct 2009 03:56:21 +0000
(
03:56
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 18 Oct 2009 03:56:21 +0000
(
03:56
-0000)
<abcd@g.o> for reporting. (trunk r14619)
svn path=/main/branches/2.1.7/; revision=14647
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 65f361a748bc74cdabd1a67b434ea99297559d7c..030388c8311a6335bd707dd727a1761901958a08 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..."