From: buildmaster Date: Thu, 20 Sep 2018 11:38:56 +0000 (+0200) Subject: Adapt Makefile X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=987dd80912ea8fdfeaf8424808c4505a24b7c695;p=VLC.git Adapt Makefile --- diff --git a/Makefile b/Makefile index 0bace1f..fc166cc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE = $(shell basename `pwd` ) DESTDIR = / -REPO = /srv/www/repo/salt-packages/ +REPO = /srv/www/repo/TESTING/salt-packages/ VERSION = $(shell cat VERSION ) RELEASE = $(shell cat RELEASE ) NRELEASE = $(shell echo $(RELEASE) + 1 | bc )