summaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
Diffstat (limited to 'makedist')
-rwxr-xr-xmakedist2
1 files changed, 1 insertions, 1 deletions
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"