From: Travis Cross Date: Sun, 6 May 2012 04:57:57 +0000 (+0000) Subject: ci: hard link the tarball from src_dst rather than moving X-Git-Tag: v1.2-rc1~17^2~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c65aec5b49961080b7c291c5b918fcdc7b0bec75;p=thirdparty%2Ffreeswitch.git ci: hard link the tarball from src_dst rather than moving --- diff --git a/scripts/ci/debsrcbuilder.sh b/scripts/ci/debsrcbuilder.sh index be768eb2e1..2941543f4c 100755 --- a/scripts/ci/debsrcbuilder.sh +++ b/scripts/ci/debsrcbuilder.sh @@ -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.