projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b373e8e
)
Makefile.in: Do not use depricated git-archive.
author
Andre Noll
<maan@systemlinux.org>
Tue, 30 Sep 2008 18:57:46 +0000
(20:57 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Tue, 30 Sep 2008 18:57:46 +0000
(20:57 +0200)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
506b2af
..
05af6da
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-238,7
+238,7
@@
install: all man
@PACKAGE_TARNAME@-@PACKAGE_VERSION@.tar.bz2: $(tarball_add)
rm -rf $(tarball_pfx).tar.bz2 $(tarball_pfx)
- git
-
archive --format=tar --prefix=$(tarball_pfx)/ HEAD \
+ git
archive --format=tar --prefix=$(tarball_pfx)/ HEAD \
| tar --delete $(tarball_delete) > $(tarball_pfx).tar
mkdir $(tarball_pfx)
cp -r $(tarball_add) $(tarball_pfx)