summaryrefslogtreecommitdiffstats
path: root/php-simplepie-makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-02 11:04:45 +0200
committerRemi Collet <remi@remirepo.net>2018-10-02 11:04:45 +0200
commitd7d2e8af41d6ba7c5c7574f6692fcd83a9a09221 (patch)
tree8c123ac15eb5cea54be0b35bc2b4f2f797e5e64a /php-simplepie-makesrc.sh
parent73777244ba1f4f75b64be067da7f2bf01098bbb8 (diff)
update to 1.5.2
raise dependency on PHP 5.6 switch to phpunit6 fix LICENSE installation
Diffstat (limited to 'php-simplepie-makesrc.sh')
-rwxr-xr-xphp-simplepie-makesrc.sh2
1 files changed, 1 insertions, 1 deletions
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