From 0a207e16a8e8660fdd009352c022e3fb81764b35 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 4 May 2009 15:23:17 +0200 Subject: fixed git commands --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dc40785d..3a3eba33 100644 --- a/Makefile +++ b/Makefile @@ -117,7 +117,7 @@ check: changelog: @rm -f ChangeLog - git-log --stat --no-merges -B > ChangeLog + git log --stat --no-merges -B > ChangeLog clean: make clean -C src @@ -129,7 +129,7 @@ tag: @echo "Tagged as $(TAG)" archive: clean check tag changelog - @git-archive --format=tar --prefix=initscripts-$(VERSION)/ HEAD > initscripts-$(VERSION).tar + @git archive --format=tar --prefix=initscripts-$(VERSION)/ HEAD > initscripts-$(VERSION).tar @mkdir -p initscripts-$(VERSION)/ @cp ChangeLog initscripts-$(VERSION)/ @tar --append -f initscripts-$(VERSION).tar initscripts-$(VERSION) -- cgit v1.2.1