aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-05-04 15:23:17 +0200
committerHarald Hoyer <harald@redhat.com>2009-05-04 16:05:06 +0200
commit0a207e16a8e8660fdd009352c022e3fb81764b35 (patch)
tree96343a993cd024675692377001a964d1f7f3cce3
parent4442f115105e0b49ce8fa5f245826eb97951b1f3 (diff)
downloadinitscripts-0a207e16a8e8660fdd009352c022e3fb81764b35.tar
initscripts-0a207e16a8e8660fdd009352c022e3fb81764b35.tar.gz
initscripts-0a207e16a8e8660fdd009352c022e3fb81764b35.tar.bz2
initscripts-0a207e16a8e8660fdd009352c022e3fb81764b35.tar.xz
initscripts-0a207e16a8e8660fdd009352c022e3fb81764b35.zip
fixed git commands
-rw-r--r--Makefile4
1 files 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)