From b0f9ae192371acb53d020fae6d4e9aaf516a1852 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 22 Dec 2006 12:44:17 +0100 Subject: [PATCH 1/1] Makefile.in: switch from git-tar-tree to git-archive as the former is deprecated. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 124d2ab0..d7e28568 100644 --- a/Makefile.in +++ b/Makefile.in @@ -252,7 +252,7 @@ install: all @PACKAGE_TARNAME@-@PACKAGE_VERSION@.tar.bz2: $(tarball_add) doc rm -f $(tarball_pfx).tar.bz2 - git-tar-tree HEAD $(tarball_pfx) | tar --delete $(tarball_delete) > $(tarball_pfx).tar + git-archive --format=tar --prefix=$(tarball_pfx)/ HEAD | tar --delete $(tarball_delete) > $(tarball_pfx).tar mkdir $(tarball_pfx) cp -r $(tarball_add) $(tarball_pfx) tar c doc/man | (cd $(tarball_pfx); tar x) -- 2.39.2