touch all the files before creating a tarball

This commit is contained in:
Anatol Belski 2015-06-27 22:06:15 +02:00
parent 8858d02f63
commit 84c4945599

View File

@ -100,6 +100,9 @@ done
find . -name \*.orig -print0 | xargs -0 rm
rm -fr autom4te.cache/
# touching everything to be packaged
find php-$VER -exec touch -c {} \;
# download pear
$ECHO_N "makedist: Attempting to download PEAR's phar archive"
if test ! -x wget; then