Revision
507
Author
dmorgan
Date
2011-02-10 18:23:25 +0100 (Thu, 10 Feb 2011)

Log Message

Fix export by using existing rule ( thanks a lot to thierry for this )

Modified Paths

Modified: mageia-lxde-config/trunk/Makefile
===================================================================
--- mageia-lxde-config/trunk/Makefile	2011-02-10 17:03:33 UTC (rev 506)
+++ mageia-lxde-config/trunk/Makefile	2011-02-10 17:23:25 UTC (rev 507)
@@ -25,8 +25,7 @@
 localcopy:
 	svn export -q -rBASE . $(PACKAGE)-$(VERSION)
 
-tar:
-	svn export ../trunk $(PACKAGE)-$(VERSION)
+tar: localcopy
 	tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)
 	bzip2 -9vf $(PACKAGE)-$(VERSION).tar
 	rm -rf $(PACKAGE)-$(VERSION)