[Python-modules-commits] r8767 - in packages/python-peak.util/trunk/debian (get-orig-source.mk)
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Wed Jun 10 14:38:23 UTC 2009
Date: Wednesday, June 10, 2009 @ 14:38:22
Author: zack
Revision: 8767
adapt get-orig-source.mk to repacked .zip files
Modified:
packages/python-peak.util/trunk/debian/get-orig-source.mk
Modified: packages/python-peak.util/trunk/debian/get-orig-source.mk
===================================================================
--- packages/python-peak.util/trunk/debian/get-orig-source.mk 2009-06-10 14:30:58 UTC (rev 8766)
+++ packages/python-peak.util/trunk/debian/get-orig-source.mk 2009-06-10 14:38:22 UTC (rev 8767)
@@ -33,4 +33,4 @@
--download --destdir $(GOSTMP)/
cd $(GOSTMP) && \
tar xzf $**.orig.tar.gz && \
- ln -s `tar tzf $**.orig.tar.gz | head -n1` $*
+ ln -s `tar tzf $**.orig.tar.gz | head -n2 | tail -1` $*
More information about the Python-modules-commits
mailing list