aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-01-07 00:59:10 +0000
committerNicolas Vigier <boklm@mageia.org>2011-01-07 00:59:10 +0000
commit2de706860b1d79ca7cc05e407d36acbf9956ddf7 (patch)
tree451ebf3ffe63928201d4e62c11fef6d3f09afc17
parent38088790c4e97b56ebcfb42730b6d361c489b593 (diff)
downloadiurt-2de706860b1d79ca7cc05e407d36acbf9956ddf7.tar
iurt-2de706860b1d79ca7cc05e407d36acbf9956ddf7.tar.gz
iurt-2de706860b1d79ca7cc05e407d36acbf9956ddf7.tar.bz2
iurt-2de706860b1d79ca7cc05e407d36acbf9956ddf7.tar.xz
iurt-2de706860b1d79ca7cc05e407d36acbf9956ddf7.zip
remove useless spaces
-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