aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bbc89fc..17cf68b 100644
--- a/Makefile
+++ b/Makefile
@@ -36,8 +36,8 @@ tar: dir localcopy
tar cvf $(PACKAGE).tar $(PACKAGE)-$(VERSION)
rm -rf $(PACKAGE)-$(VERSION)
-localcopy:
- tar c --exclude=.svn $(FILES) | tar x -C $(PACKAGE)-$(VERSION)
+localcopy:
+ tar c --exclude=.svn $(FILES) | tar x -C $(PACKAGE)-$(VERSION)
localrpm: tar $(RPM)
cp -f $(NAME).tar $(RPM)/SOURCES