From cfbcf94f80a80ebeb7d298bd141a32308e46d624 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Fedora Unity)" Date: Fri, 11 Dec 2009 21:32:19 -0500 Subject: [PATCH] git-log command no longer exists, should be "git log" --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f74dd10..81c2e75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,7 +80,7 @@ clean: rm -f aclocal.m4 configure ChangeLog: - (GIT_DIR=.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) + (GIT_DIR=.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) rpm: ChangeLog dist @(rpmbuild -ta ${PACKAGE}-$(PACKAGE_VERSION).tar.gz)