From: Anatol Belski Date: Sat, 27 Jun 2015 21:38:48 +0000 (+0200) Subject: fix touching X-Git-Tag: php-7.1.0alpha3~25^2~153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2eea8c1adb91b92f917dcb89bbf0657b6cbea536;p=php fix touching --- diff --git a/makedist b/makedist index 800335c1b8..41392273b7 100755 --- a/makedist +++ b/makedist @@ -101,7 +101,7 @@ find . -name \*.orig -print0 | xargs -0 rm rm -fr autom4te.cache/ # touching everything to be packaged -find php-$VER -exec touch -c {} \; +find $MY_OLDPWD/php-$VER -exec touch -c {} \; # download pear $ECHO_N "makedist: Attempting to download PEAR's phar archive"