Makefile: Don't hardcode starter-kit in variable

This commit is contained in:
Martin Pitt 2020-08-05 12:01:19 +02:00 committed by Katerina Koukiou
parent 7aa26f19ad
commit fc4333b50e

View file

@ -6,7 +6,7 @@ TEST_OS = centos-7
endif
export TEST_OS
TARFILE=cockpit-$(PACKAGE_NAME)-$(VERSION).tar.gz
RPMFILE=$(shell rpmspec -D"VERSION $(VERSION)" -q cockpit-starter-kit.spec.in).rpm
RPMFILE=$(shell rpmspec -D"VERSION $(VERSION)" -q cockpit-$(PACKAGE_NAME).spec.in).rpm
VM_IMAGE=$(CURDIR)/test/images/$(TEST_OS)
# stamp file to check if/when npm install ran
NODE_MODULES_TEST=package-lock.json