From: buildmaster Date: Thu, 17 Aug 2023 09:04:50 +0000 (+0200) Subject: Fix Makefile X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=c734e77c90441a9189c1ffa849ef6894e0212491;p=JavaRuntime.git Fix Makefile --- diff --git a/Makefile b/Makefile index 303c39f..94732fc 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 )