]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
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 16b2ce1c93d0619c9f8086c341375662862a4564..b3704e7667a5934ec02697457b01063bed28a197 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