]> repo.cephalix.eu Git - UltraVNC.git/commitdiff
Adap Makefile to let the old version for OSS-4-1 to stay.
authorbuildmaster <buildmaster@git.cephalix.eu>
Wed, 22 Jul 2020 14:08:27 +0000 (16:08 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Wed, 22 Jul 2020 14:08:27 +0000 (16:08 +0200)
Makefile

index b1304c740ce2f258ccf7ccf4c6545e96821ab191..cdd806bbf70efc2a287e5b266d5bd1fba5fd2235 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ package:
        mv  oss-pkg-$(PACKAGE).tar.bz2  /usr/src/packages/SOURCES/
        cp  server/* /usr/src/packages/SOURCES/
        rpmbuild -bb oss-pkg-$(PACKAGE).spec
-       #rm -f $(REPO)/noarch/oss-pkg-$(PACKAGE)-*-*.noarch.rpm
+       rm -f $(REPO)/noarch/oss-pkg-$(PACKAGE)-$(VERSION)-*.noarch.rpm
        mv /usr/src/packages/RPMS/noarch/oss-pkg-$(PACKAGE)-$(VERSION)-$(NRELEASE).noarch.rpm $(REPO)/noarch
        echo $(NRELEASE) > RELEASE
        git commit -a -m "New release"