From c65aec5b49961080b7c291c5b918fcdc7b0bec75 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Sun, 6 May 2012 04:57:57 +0000 Subject: [PATCH] ci: hard link the tarball from src_dst rather than moving --- scripts/ci/debsrcbuilder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.