From: buildmaster Date: Mon, 22 Oct 2018 18:10:17 +0000 (+0200) Subject: Fix repo. X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=4faff58006729443957df2f28f38d46af3e49ae8;p=Blender.git Fix repo. --- diff --git a/Makefile b/Makefile index fc166cc..0bace1f 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 )