Skip to content

Commit

Permalink
fix touching
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Jun 27, 2015
1 parent 84c4945 commit 2eea8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makedist
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ find . -name \*.orig -print0 | xargs -0 rm
rm -fr autom4te.cache/

# touching everything to be packaged
find php-$VER -exec touch -c {} \;
find $MY_OLDPWD/php-$VER -exec touch -c {} \;

# download pear
$ECHO_N "makedist: Attempting to download PEAR's phar archive"
Expand Down

0 comments on commit 2eea8c1

Please sign in to comment.