summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-11-20 22:40:07 +0100
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-11-20 22:40:07 +0100
commit10135f2e15055e04406343d4836af9b84fd94e4f (patch)
tree459cddcb8d00423eea1200cffaf055b5a0c27b74
parentb7536a4f575cfb21b174c6beb627dc0f94963d91 (diff)
Makefile: Replace deprecated call to git-tar-tree
git-archive --format=tar is used now
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f77f387..65f5ce7 100644
--- a/Makefile
+++ b/Makefile
@@ -37,8 +37,8 @@ cscope:
cscope -b
release:
- git-tar-tree HEAD inotail-$(VERSION) | gzip -9v > ../inotail-$(VERSION).tar.gz
- git-tar-tree HEAD inotail-$(VERSION) | bzip2 -9v > ../inotail-$(VERSION).tar.bz2
+ git-archive --format=tar --prefix=inotail-0.2/ HEAD | gzip -9v > ../inotail-$(VERSION).tar.gz
+ git-archive --format=tar --prefix=inotail-0.2/ HEAD | bzip2 -9v > ../inotail-$(VERSION).tar.bz2
clean:
rm -f inotail *.o cscope.*