mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-16 05:33:09 +00:00
git-log command no longer exists, should be "git log"
This commit is contained in:
parent
f477634a45
commit
cfbcf94f80
@ -80,7 +80,7 @@ clean:
|
|||||||
rm -f aclocal.m4 configure
|
rm -f aclocal.m4 configure
|
||||||
|
|
||||||
ChangeLog:
|
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
|
rpm: ChangeLog dist
|
||||||
@(rpmbuild -ta ${PACKAGE}-$(PACKAGE_VERSION).tar.gz)
|
@(rpmbuild -ta ${PACKAGE}-$(PACKAGE_VERSION).tar.gz)
|
||||||
|
Loading…
Reference in New Issue
Block a user