From 94194c51870348f7ec9f5ff86b9330d90ade3e42 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 3 Sep 2021 09:32:31 +0200 Subject: [PATCH] Makefile: Ship full src/lib/ in release tarballs Otherwise it is incomplete and can't be rebuilt. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3ece23..68b904a 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ $(TARFILE): $(WEBPACK_TEST) cockpit-$(PACKAGE_NAME).spec touch dist/* tar czf cockpit-$(PACKAGE_NAME)-$(VERSION).tar.gz --transform 's,^,cockpit-$(PACKAGE_NAME)/,' \ --exclude cockpit-$(PACKAGE_NAME).spec.in --exclude node_modules \ - $$(git ls-files) $(LIB_TEST) src/lib/patternfly/*.scss package-lock.json cockpit-$(PACKAGE_NAME).spec dist/ + $$(git ls-files) $(LIB_TEST) src/lib package-lock.json cockpit-$(PACKAGE_NAME).spec dist/ srpm: $(TARFILE) cockpit-$(PACKAGE_NAME).spec rpmbuild -bs \