summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6d69fa..a2c0301 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ clean:
rm -rf *.o *.bin *.elf *.bz2 *.rpm
source:bootstub.c head.S VERSION
- git-archive --prefix=bootstub-`head -n 1 VERSION | awk '{print $$1}'`/ --format=tar HEAD | bzip2 -c > bootstub-`head -n 1 VERSION | awk '{print $$1}'`.tar.bz2
+ git archive --prefix=bootstub-`head -n 1 VERSION | awk '{print $$1}'`/ --format=tar HEAD | bzip2 -c > bootstub-`head -n 1 VERSION | awk '{print $$1}'`.tar.bz2
rpm:source
cp bootstub.spec /usr/src/redhat/SPECS/