]> repo.cephalix.eu Git - AdobeAIR.git/commitdiff
New release
authorroot <root@repo.cephalix.eu>
Wed, 26 Jul 2017 11:59:54 +0000 (13:59 +0200)
committerroot <root@repo.cephalix.eu>
Wed, 26 Jul 2017 11:59:54 +0000 (13:59 +0200)
Makefile
RELEASE

index 30376a3ef1a026c3152833f273d7cdf2aa536bb3..4f7bda18f2db05200e35eebdfc50ec990f67f709 100644 (file)
--- 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 573541ac9702dd3969c9bc859d2b91ec1f7e6e56..d00491fd7e5bb6fa28c517a0bb32b8b506539d4d 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-0
+1