Don't use deprecated git-* commands
authorJeremy Katz <katzj@redhat.com>
Mon, 19 Jan 2009 20:57:18 +0000 (15:57 -0500)
committerJeremy Katz <katzj@redhat.com>
Thu, 22 Jan 2009 21:14:18 +0000 (16:14 -0500)
Makefile

index 16b2ce1..b3704e7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,4 +15,4 @@ clean:
        rm -f *~
 
 archive:
-       git-archive --format=tar HEAD --prefix=dracut/ |bzip2 > dracut-$(shell git-rev-list  --abbrev-commit  -n 1 HEAD  |cut -b 1-8).tar.bz2
+       git archive --format=tar HEAD --prefix=dracut/ |bzip2 > dracut-$(shell git rev-list  --abbrev-commit  -n 1 HEAD  |cut -b 1-8).tar.bz2