[Python-modules-commits] r7071 - in packages/python-gasp/trunk/debian (rules)
ffm-guest at users.alioth.debian.org
ffm-guest at users.alioth.debian.org
Wed Dec 3 23:00:13 UTC 2008
Date: Wednesday, December 3, 2008 @ 23:00:12
Author: ffm-guest
Revision: 7071
Fix missing "/"
Modified:
packages/python-gasp/trunk/debian/rules
Modified: packages/python-gasp/trunk/debian/rules
===================================================================
--- packages/python-gasp/trunk/debian/rules 2008-12-03 22:59:00 UTC (rev 7070)
+++ packages/python-gasp/trunk/debian/rules 2008-12-03 23:00:12 UTC (rev 7071)
@@ -17,4 +17,4 @@
get-orig-source:
mkdir ../tarballs/
rm -rf ../tarballs/$(TARBALL) ../tarballs/$(TARBALL).cdbs-config_list
- bzr export -r $(SVN_REVISION) ../tarballs$(TARBALL) $(BRANCH_LOC)
+ bzr export -r $(SVN_REVISION) ../tarballs/$(TARBALL) $(BRANCH_LOC)
More information about the Python-modules-commits
mailing list