From: Peter Varkoly Date: Thu, 31 Aug 2017 19:58:17 +0000 (+0200) Subject: Update Makefile X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=5492f02c406c63ad33f63fbe7d32c0c363a4375e;p=template-old.git Update Makefile --- diff --git a/Makefile b/Makefile index 4f7bda1..ac9a108 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE = $(shell basename `pwd` ) DESTDIR = / -REPO = /srv/www/repo/TESTING/oss-packages/ +REPO = /srv/www/repo/TESTING/salt-packages/ VERSION = $(shell cat VERSION ) RELEASE = $(shell cat RELEASE ) NRELEASE = $(shell echo $(RELEASE) + 1 | bc )