From: buildmaster Date: Thu, 5 Sep 2019 11:06:15 +0000 (+0200) Subject: Make available for all. X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=d2a02af192d2915f27792b36654c1cd9a0af83ac;p=BlueJ.git Make available for all. --- diff --git a/Makefile b/Makefile index 548057e..428da14 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 )