From: buildmaster Date: Mon, 1 Apr 2019 11:26:57 +0000 (+0200) Subject: Fix Makefile X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=2cd203ea3bde25dbcd3b248cba4fc2fbb46869cd;p=Lernwerkstatt10.git Fix Makefile --- diff --git a/Makefile b/Makefile index 8ae6875..d8f16d3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE = $(shell basename `pwd` ) DESTDIR = / -REPO = /srv/www/repo/TESTING/salt-packages/ +REPO = /srv/www/repo/salt-packages/ VERSION = $(shell cat VERSION ) RELEASE = $(shell cat RELEASE ) NRELEASE = $(shell echo $(RELEASE) + 1 | bc )