]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
ci: hard link the tarball from src_dst rather than moving
authorTravis Cross <tc@traviscross.com>
Sun, 6 May 2012 04:57:57 +0000 (04:57 +0000)
committerTravis Cross <tc@traviscross.com>
Sun, 6 May 2012 04:57:57 +0000 (04:57 +0000)
scripts/ci/debsrcbuilder.sh

index be768eb2e1df7ddac522d4b968998af2974e19a7..2941543f4c6b50fd9d1781c17d99f596d3fbac37 100755 (executable)
@@ -23,7 +23,7 @@ mkdir -p $src_repo/debbuild/
 
 tar xjf src_dist/${dst_name}.tar.bz2 -C ${src_repo}/debbuild/
 mv ${src_repo}/debbuild/${dst_name} ${src_repo}/debbuild/${dst_full_name}
-mv src_dist/${dst_name}.tar.bz2 \
+cp -al src_dist/${dst_name}.tar.bz2 \
   ${src_repo}/debbuild/freeswitch_${dst_full_version}.orig.tar.bz2
 
 # Build the debian source package first, from the source tar file.