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

index 83fa34d96ee6e7530aa87c09e82c86a3c32a541e..6caa19a60559be0d2c6cd96978daf27a86e19020 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 )