From bb1e8e37a6d7d15e21874c2f26b7daa18c8e62b9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 26 Feb 2012 15:05:29 +0000 Subject: (tar) needs localcopy first --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f60b7ae..91be970 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ install: install -m755 iurt2 $(bindir)/iurt install -m755 emi ulri $(bindir)/ -tar: +tar: localcopy tar cfa $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) -- cgit v1.2.1