summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <klto@zhaw.ch>2009-12-17 15:53:44 +0100
committerTobias Klauser <klto@zhaw.ch>2009-12-17 15:53:44 +0100
commit7f425aefbfcfb65bfc1c42f09698bfc566a69464 (patch)
tree42801f5bdd2dcda214ac49a033c4b3b913ba7b3c
parentdd59f4f38a9e6454d8413ba38fc6d8114954ad72 (diff)
Makefile: Change to new git command format
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3d6a33c..33cd3d4 100644
--- a/Makefile
+++ b/Makefile
@@ -41,8 +41,8 @@ cscope:
cscope -b
archive:
- git-archive --format=tar --prefix=$(P)-$(VERSION)/ HEAD | gzip -9v > ../$(P)-$(VERSION).tar.gz
- git-archive --format=tar --prefix=$(P)-$(VERSION)/ HEAD | bzip2 -9v > ../$(P)-$(VERSION).tar.bz2
+ git archive --format=tar --prefix=$(P)-$(VERSION)/ HEAD | gzip -9v > ../$(P)-$(VERSION).tar.gz
+ git archive --format=tar --prefix=$(P)-$(VERSION)/ HEAD | bzip2 -9v > ../$(P)-$(VERSION).tar.bz2
checksum: archive
(cd ..; \