From: Anatol Belski Date: Sat, 27 Jun 2015 20:06:15 +0000 (+0200) Subject: touch all the files before creating a tarball X-Git-Tag: php-7.1.0alpha3~25^2~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84c4945599205e3a3acb87799ed0cd6b5df7b99a;p=php touch all the files before creating a tarball --- diff --git a/makedist b/makedist index 1b47d7bd82..800335c1b8 100755 --- a/makedist +++ b/makedist @@ -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