From 792274c85f2bbcfa3331d0367f2c95df65570676 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 10 Jul 2016 17:47:50 +0200 Subject: php-doctrine-orm: 2.4.8 (backported from Fedora) --- php-doctrine-orm-get-source.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'php-doctrine-orm-get-source.sh') diff --git a/php-doctrine-orm-get-source.sh b/php-doctrine-orm-get-source.sh index e283587..f8f69e8 100755 --- a/php-doctrine-orm-get-source.sh +++ b/php-doctrine-orm-get-source.sh @@ -37,6 +37,8 @@ print "GIT_REPO = $GIT_REPO" print "GIT_DIR = $GIT_DIR" TEMP_DIR=$(mktemp --dir) +TAR_FILE=$PWD/${NAME}-${VERSION}-${GIT_COMMIT}.tar.gz +CMP_FILE=$PWD/composer.json pushd $TEMP_DIR print "Cloning git repo..." @@ -45,6 +47,7 @@ pushd $TEMP_DIR pushd $GIT_DIR print "Checking out commit..." $GIT checkout $GIT_COMMIT + cp composer.json $CMP_FILE popd TAR_DIR=${GIT_NAME}-${GIT_COMMIT} @@ -52,7 +55,6 @@ pushd $TEMP_DIR mv $GIT_DIR $TAR_DIR - TAR_FILE=`$RPM --eval='%{_sourcedir}'`/${NAME}-${VERSION}-${GIT_COMMIT}.tar.gz print "TAR_FILE = $TAR_FILE" [ -e $TAR_FILE ] && rm -f $TAR_FILE -- cgit