r2140 - in zope2.12/trunk/debian (rules)
pumazi-guest at users.alioth.debian.org
pumazi-guest at users.alioth.debian.org
Sun Nov 14 18:17:59 UTC 2010
Date: Sunday, November 14, 2010 @ 18:17:48
Author: pumazi-guest
Revision: 2140
Fixing the target archive path.
Modified:
zope2.12/trunk/debian/rules
Modified: zope2.12/trunk/debian/rules
===================================================================
--- zope2.12/trunk/debian/rules 2010-11-14 17:19:07 UTC (rev 2139)
+++ zope2.12/trunk/debian/rules 2010-11-14 18:17:48 UTC (rev 2140)
@@ -31,7 +31,7 @@
get-orig-source:
svn export $(SVN_HOME)/$(SVN_TAG)
cd $(SVN_TAG); ./configure && make fetch DEBUG=$(DH_VERBOSE) && make clean && make distclean
- tar czf $(CURDIR)/../$(TARBALL) $(CURDIR)/$(SVN_TAG)
+ tar czf $(CURDIR)/../$(TARBALL) $(SVN_TAG)
rm -rf $(CURDIR)/$(SVN_TAG)
override_dh_auto_clean:
More information about the pkg-zope-developers
mailing list