Skip to content

Commit 2eea8c1

Browse files
committed
fix touching
1 parent 84c4945 commit 2eea8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makedist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ find . -name \*.orig -print0 | xargs -0 rm
101101
rm -fr autom4te.cache/
102102

103103
# touching everything to be packaged
104-
find php-$VER -exec touch -c {} \;
104+
find $MY_OLDPWD/php-$VER -exec touch -c {} \;
105105

106106
# download pear
107107
$ECHO_N "makedist: Attempting to download PEAR's phar archive"

0 commit comments

Comments
 (0)