summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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