From: buildmaster Date: Tue, 13 Feb 2018 09:32:39 +0000 (+0100) Subject: Fix make file. X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=adeebb5987eade2ea31ff6522513ef1e2039b2b6;p=BlueJ.git Fix make file. --- diff --git a/Makefile b/Makefile index 4e64216..d62e3a3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -saltKAGE = $(shell basename `pwd` ) +PACKAGE = $(shell basename `pwd` ) DESTDIR = / REPO = /srv/www/repo/TESTING/salt-packages/ VERSION = $(shell cat VERSION )