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:
2
makedist
2
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"
|
||||
|
||||
Reference in New Issue
Block a user