projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d72f19
)
Makefile.in: switch from git-tar-tree to git-archive
author
Andre Noll
<maan@systemlinux.org>
Fri, 22 Dec 2006 11:44:17 +0000
(12:44 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Fri, 22 Dec 2006 11:44:17 +0000
(12:44 +0100)
as the former is deprecated.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
124d2ab
..
d7e2856
100644
(file)
--- 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)