Skip to content

Commit 84c4945

Browse files
committed
touch all the files before creating a tarball
1 parent 8858d02 commit 84c4945

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

makedist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ done
100100
find . -name \*.orig -print0 | xargs -0 rm
101101
rm -fr autom4te.cache/
102102

103+
# touching everything to be packaged
104+
find php-$VER -exec touch -c {} \;
105+
103106
# download pear
104107
$ECHO_N "makedist: Attempting to download PEAR's phar archive"
105108
if test ! -x wget; then

0 commit comments

Comments
 (0)