From: Peter Varkoly Date: Wed, 26 Jul 2017 10:47:22 +0000 (+0200) Subject: Adapt repo path. X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=26fc4e346cab0f3a44ba621b7dbd2194c39b5324;p=AdobeAIR.git Adapt repo path. --- diff --git a/Makefile b/Makefile index 185b8fa..30376a3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE = $(sjell basename `pwd` ) DESTDIR = / -REPO = /srv/www/repo/oss-packages/ +REPO = /srv/www/repo/TESTING/oss-packages/ VERSION = $(shell cat RELEASE ) RELEASE = $(shell cat RELEASE ) NRELEASE = $(shell echo $(RELEASE) + 1 | bc )