summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2009-07-16 20:48:58 +0200
committerMartin Sivak <msivak@redhat.com>2009-07-17 16:41:00 +0200
commit3e0f01989ec25d42e750b415e12d8c402a927007 (patch)
tree61d155a8d1ea9175552c3455f9c07837d2885125 /Makefile
parentbacf876d7492986e38cf3ba2f6ff9cbf44b28957 (diff)
downloadfirstaidkit-3e0f01989ec25d42e750b415e12d8c402a927007.tar.gz
firstaidkit-3e0f01989ec25d42e750b415e12d8c402a927007.tar.xz
firstaidkit-3e0f01989ec25d42e750b415e12d8c402a927007.zip
Don't require git-archive in $PATH.
Signed-off-by: Martin Sivak <msivak@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdf2a4e..369d6a9 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ about:
echo "copying=$(DATADIR)/doc/$(NAME)-$(VERSION)/COPYING" >> etc/firstaidkit/about
tarball:
- git-archive --format=tar --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 -f > $(NAME)-$(VERSION).tar.bz2
+ git archive --format=tar --prefix=$(NAME)-$(VERSION)/ HEAD | bzip2 -f > $(NAME)-$(VERSION).tar.bz2
rpm-all: tarball
rpmbuild -ta $(NAME)-$(VERSION).tar.bz2