]> granicus.if.org Git - php/commitdiff
touch all the files before creating a tarball
authorAnatol Belski <ab@php.net>
Sat, 27 Jun 2015 20:06:15 +0000 (22:06 +0200)
committerAnatol Belski <ab@php.net>
Sat, 27 Jun 2015 20:06:15 +0000 (22:06 +0200)
makedist

index 1b47d7bd82a307ca4e9dab97327bb8aabaad6bb0..800335c1b8b9ab1b7d131353ecdbf17fdcf34531 100755 (executable)
--- 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