From: root Date: Wed, 26 Jul 2017 11:59:54 +0000 (+0200) Subject: New release X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=9dedc94cb6656b5f49898a6591496ae2440ef953;p=AdobeAIR.git New release --- diff --git a/Makefile b/Makefile index 30376a3..4f7bda1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -PACKAGE = $(sjell basename `pwd` ) +PACKAGE = $(shell basename `pwd` ) DESTDIR = / REPO = /srv/www/repo/TESTING/oss-packages/ -VERSION = $(shell cat RELEASE ) +VERSION = $(shell cat VERSION ) RELEASE = $(shell cat RELEASE ) NRELEASE = $(shell echo $(RELEASE) + 1 | bc ) @@ -10,7 +10,7 @@ package: cp packages.spec.in oss-pkg-$(PACKAGE).spec sed -i s/VERSION/$(VERSION)/ oss-pkg-$(PACKAGE).spec sed -i s/RELEASE/$(NRELEASE)/ oss-pkg-$(PACKAGE).spec - sed -i s/PACAKGE/$(PACKAGE)/ oss-pkg-$(PACKAGE).spec + sed -i s/PACKAGE/$(PACKAGE)/ oss-pkg-$(PACKAGE).spec mkdir -p oss-pkg-$(PACKAGE) ln -s ../$(PACKAGE).sls oss-pkg-$(PACKAGE)/$(PACKAGE).sls if [ -d repo-ng ]; then ln -s ../repo-ng/ oss-pkg-$(PACKAGE)/repo-ng; fi diff --git a/RELEASE b/RELEASE index 573541a..d00491f 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -0 +1