summaryrefslogtreecommitdiffstats
path: root/php-scssphp-get-source.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-24 07:30:42 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-24 07:30:42 +0200
commitc185ae6e671c6bb261b62961b324f73603410842 (patch)
treeeee02da16cfcdb965b0c182ead0b02d5b0217a29 /php-scssphp-get-source.sh
parentf5f8cdd3de2d7cf9b2a1bae364e97313677d8830 (diff)
php-scssphp: 0.6.5 (backported from Fedora)
Diffstat (limited to 'php-scssphp-get-source.sh')
-rwxr-xr-xphp-scssphp-get-source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-scssphp-get-source.sh b/php-scssphp-get-source.sh
index 2397e9b..4ad1051 100755
--- a/php-scssphp-get-source.sh
+++ b/php-scssphp-get-source.sh
@@ -44,7 +44,7 @@ print "GIT_DIR = $GIT_DIR"
TEMP_DIR=$(mktemp --dir)
TAR_FILE=$PWD/${NAME}-${VERSION}-${GIT_COMMIT}.tar.gz
-CMP_FILE=$PWD/composer-${VERSION}.json
+CMP_FILE=$PWD/composer.json
pushd $TEMP_DIR
print "Cloning git repo..."