From: Peter Varkoly Date: Thu, 31 Aug 2017 19:59:44 +0000 (+0200) Subject: Update Makefile X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=f01cdeb313d4362e2fa23b727258e426389f158f;p=BlueJ.git Update Makefile --- diff --git a/Makefile b/Makefile index 18d77da..19fc9c0 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 )