From 10135f2e15055e04406343d4836af9b84fd94e4f Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 20 Nov 2006 22:40:07 +0100 Subject: Makefile: Replace deprecated call to git-tar-tree git-archive --format=tar is used now --- Makefile | 4 ++-- 1 file 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.* -- cgit v1.2.3-54-g00ecf