[Python-apps-commits] r8558 - in packages/atheist/trunk/debian (rules)
davidvilla-guest at users.alioth.debian.org
davidvilla-guest at users.alioth.debian.org
Mon Apr 30 12:08:27 UTC 2012
Date: Monday, April 30, 2012 @ 12:08:24
Author: davidvilla-guest
Revision: 8558
orig must be in cwd
Modified:
packages/atheist/trunk/debian/rules
Modified: packages/atheist/trunk/debian/rules
===================================================================
--- packages/atheist/trunk/debian/rules 2012-04-30 11:59:52 UTC (rev 8557)
+++ packages/atheist/trunk/debian/rules 2012-04-30 12:08:24 UTC (rev 8558)
@@ -41,5 +41,5 @@
get-orig-source:
$(ORIG_REPO) $(ORIG_DIR)
- tar $(EXCLUDE) -czf ../$(APP)_$(VERSION).orig.tar.gz $(ORIG_DIR)
+ tar $(EXCLUDE) -czf $(APP)_$(VERSION).orig.tar.gz $(ORIG_DIR)
$(RM) -r $(ORIG_DIR)
More information about the Python-apps-commits
mailing list