diff options
Diffstat (limited to 'makedist')
-rwxr-xr-x | makedist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |