[SCM] pkg-kde-dev-scripts packaging branch, master, updated. 28d9f03e9fe466736faa041ef9fa73ddb5c4b904

Eshat Cakar eshat-guest at alioth.debian.org
Wed Dec 7 20:59:46 UTC 2011


The following commit has been merged in the master branch:
commit 28d9f03e9fe466736faa041ef9fa73ddb5c4b904
Author: Eshat Cakar <info at eshat.de>
Date:   Wed Dec 7 21:59:44 2011 +0100

    use symbolic link, instead of copy
---
 snarf-orig-local |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/snarf-orig-local b/snarf-orig-local
index 1bedf5e..1feb27b 100755
--- a/snarf-orig-local
+++ b/snarf-orig-local
@@ -4,6 +4,6 @@ tarballs_directory=$1
 version=$2
 
 for i in $(find . -maxdepth 1 -type d ! -name .); do
-	cp $tarballs_directory/$i-$version.tar.bz2 \
+	ln -s $tarballs_directory/$i-$version.tar.bz2 \
 		${i}_${version}.orig.tar.bz2;
 done

-- 
pkg-kde-dev-scripts packaging



More information about the pkg-kde-commits mailing list