From 176e22fe71baecd761a4af70ad0247e641f170ed Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 30 Oct 2019 14:34:04 +0100 Subject: Attempt to build this for GitLab CI --- tools/star/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/star/Makefile b/tools/star/Makefile index 5053d54..0026a5c 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -74,11 +74,11 @@ manifest: modules/DBIish/lib patch: patch -p1 < patches/star-ver.patch -tarball: manifest patch +tarball: manifest [ -n "$(VERSION)" ] || ( echo "\nTry '$(MAKE) release VERSION=yyyy.mm'\n\n"; exit 1 ) [ -d $(STAR_REL) ] || ln -s . $(STAR_REL) - $(PREFIX) $(STAR_REL)/ MANIFEST | \ - $(TAR) -zcv -T - -f $(STAR_TGZ) + mkdir -p "release" + $(PREFIX) $(STAR_REL)/ MANIFEST | $(TAR) -zcv -T - -f "release/$(STAR_TGZ)" rm $(STAR_REL) release: tarball -- cgit v1.1