From: buildmaster Date: Mon, 25 Nov 2019 13:06:33 +0000 (+0100) Subject: We do not use TEST repo. X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=dc53fea58856c65d01f52e2afbaaf9c84318e860;p=AdobeFlashPlayerNPAPI.git We do not use TEST repo. --- diff --git a/Makefile b/Makefile index 6d1c30d..fa45428 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 )