aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2009-04-02 13:47:18 -0400
committerBill Nottingham <notting@redhat.com>2009-04-02 13:47:18 -0400
commita1fab77a19c60d0693d7d99634da491353ee708c (patch)
tree1252811681f37d942e10495e4855d33215f1b35c
parent6b3538ed33afcfb357d1e6619f62ecdeb40e9ffe (diff)
downloadinitscripts-8.86.1-1.tar
initscripts-8.86.1-1.tar.gz
initscripts-8.86.1-1.tar.bz2
initscripts-8.86.1-1.tar.xz
initscripts-8.86.1-1.zip
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)