Skip to content

Commit

Permalink
Use $(PKG) to refer to project name in .copr/Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: David Cantrell <dcantrell@redhat.com>
  • Loading branch information
dcantrell committed May 9, 2022
1 parent b38c8da commit d385f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .copr/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2019 David Cantrell <dcantrell@redhat.com>
# Copyright (C) 2019 David Cantrell <david.l.cantrell@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -67,7 +67,7 @@ ifeq ($(BUILDTYPE),copr)
sed -i -e '/^Source2:.*$$/d' "$(SPEC)"
sed -i -e '/^%{gpgverify}.*$$/d' "$(SPEC)"
echo "* $(RPMDATE) $(RPMAUTHOR) - $(VER)-$(GITDATE)git$(GITHASH)" >> "$(SPEC)"
echo "- Build rpminspect-data-fedora-$(VER)-$(GITDATE)git$(GITHASH) snapshot" >> "$(SPEC)"
echo "- Build $(PKG)-$(VER)-$(GITDATE)git$(GITHASH) snapshot" >> "$(SPEC)"
endif
rm -f "$(TARBALL_BASENAME)".tar.xz.asc
git archive \
Expand Down

0 comments on commit d385f69

Please sign in to comment.