From 2de706860b1d79ca7cc05e407d36acbf9956ddf7 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 7 Jan 2011 00:59:10 +0000 Subject: remove useless spaces --- Makefile | 4 ++-- 1 file 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 -- cgit v1.2.1