[Python-apps-commits] r6990 - in packages/slapos.tool.grid/trunk/debian (rules)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Wed Apr 27 11:24:31 UTC 2011


    Date: Wednesday, April 27, 2011 @ 11:24:20
  Author: arnau
Revision: 6990

Fix TARBALL path in get-orig-source

Modified:
  packages/slapos.tool.grid/trunk/debian/rules

Modified: packages/slapos.tool.grid/trunk/debian/rules
===================================================================
--- packages/slapos.tool.grid/trunk/debian/rules	2011-04-27 11:23:19 UTC (rev 6989)
+++ packages/slapos.tool.grid/trunk/debian/rules	2011-04-27 11:24:20 UTC (rev 6990)
@@ -31,9 +31,9 @@
 	cd get-orig-source/$(PACKAGE)/ && \
 		git archive --prefix=$(PACKAGE)-$(SRC_VERSION).orig/ \
 			--format=tar $(GIT_VERSION) | \
-			gzip --no-name --best > ../../../$(TARBALL)
+			gzip --no-name --best > ../../$(TARBALL)
 
 	rm -rf get-orig-source
-	@echo "'../$(TARBALL)' created."
+	@echo "'$(TARBALL)' created."
 
 .PHONY: get-orig-source




More information about the Python-apps-commits mailing list