From 915a17c5aaaedfeee40a619d45d7e4e1a30bd599 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 19 Jan 2009 17:07:14 -0500 Subject: fix git commands --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fd06c9be..6331a381 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ check: changelog: @rm -f ChangeLog - git-log --stat > ChangeLog + git log --stat > ChangeLog clean: make clean -C src @@ -143,7 +143,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