]> repo.cephalix.eu Git - JavaRuntime.git/commitdiff
Fix Makefile
authorbuildmaster <buildmaster@git.cephalix.eu>
Thu, 17 Aug 2023 09:04:50 +0000 (11:04 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Thu, 17 Aug 2023 09:04:50 +0000 (11:04 +0200)
Makefile

index 303c39f1aa89dddc9ae580b80bcbf19a44728eee..94732fcb45387853a6f5965686824fd6e91b608a 100644 (file)
--- 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 )