From d7d2e8af41d6ba7c5c7574f6692fcd83a9a09221 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Oct 2018 11:04:45 +0200 Subject: update to 1.5.2 raise dependency on PHP 5.6 switch to phpunit6 fix LICENSE installation --- php-simplepie-makesrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-simplepie-makesrc.sh') diff --git a/php-simplepie-makesrc.sh b/php-simplepie-makesrc.sh index a1e294f..fa1f97c 100755 --- a/php-simplepie-makesrc.sh +++ b/php-simplepie-makesrc.sh @@ -20,7 +20,7 @@ cp composer.json ../composer.json popd echo "Archiving..." -tar czf $NAME-$VERSION-$SHORT.tgz --exclude .git $PROJECT-$COMMIT +tar czf $NAME-$VERSION-$SHORT.tgz --exclude-vcs $PROJECT-$COMMIT echo "Cleaning..." rm -rf $PROJECT-$COMMIT -- cgit