summaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-06-27 22:06:15 +0200
committerAnatol Belski <ab@php.net>2015-06-27 22:06:15 +0200
commit84c4945599205e3a3acb87799ed0cd6b5df7b99a (patch)
tree78ee2e0d649b4a51be9e2714bba8182ea35af0f1 /makedist
parent8858d02f63561755983f07c27a18dc6d58c6c53f (diff)
downloadphp-git-84c4945599205e3a3acb87799ed0cd6b5df7b99a.tar.gz
touch all the files before creating a tarball
Diffstat (limited to 'makedist')
-rwxr-xr-xmakedist3
1 files changed, 3 insertions, 0 deletions
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