summaryrefslogtreecommitdiffstats
path: root/php-patchwork-utf8-get-source.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-24 07:20:55 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-24 07:20:55 +0200
commit2422affa57066013e35395842dbae22d85b7fa56 (patch)
treed7f3a602c1765a20d7203f7fc4fa9db2a903b0cc /php-patchwork-utf8-get-source.sh
parent1094ca3f13271d39d3750c7da72ebd395844d35e (diff)
php-patchwork-utf8: 1.3.1 (backported from Fedora)
Diffstat (limited to 'php-patchwork-utf8-get-source.sh')
-rwxr-xr-xphp-patchwork-utf8-get-source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-patchwork-utf8-get-source.sh b/php-patchwork-utf8-get-source.sh
index 2e978ed..3bae8e5 100755
--- a/php-patchwork-utf8-get-source.sh
+++ b/php-patchwork-utf8-get-source.sh
@@ -52,7 +52,7 @@ pushd $TEMP_DIR
pushd $GIT_DIR
print "Checking out commit..."
$GIT checkout $GIT_COMMIT
- cp composer.json ${SRC_DIR}/composer-${VERSION}.json
+ cp composer.json ${SRC_DIR}/composer.json
popd
TAR_DIR=${GIT_NAME}-${GIT_COMMIT}