1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 04:51:03 +02:00

fix touching

This commit is contained in:
Anatol Belski
2015-06-27 23:38:48 +02:00
parent 84c4945599
commit 2eea8c1adb

View File

@@ -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"