]> repo.cephalix.eu Git - Scratch2.git/commitdiff
Fix repo.
authorbuildmaster <buildmaster@git.cephalix.eu>
Sun, 15 Mar 2020 07:45:37 +0000 (08:45 +0100)
committerbuildmaster <buildmaster@git.cephalix.eu>
Sun, 15 Mar 2020 07:45:37 +0000 (08:45 +0100)
Makefile
repo-ng/Scratch2_MSI.msi

index 6035812e0b923a558228f999191f132ee3e51a08..1d759aa4b3f7613ea84c728d8d57baf4051794ab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ package:
        rm -rf oss-pkg-$(PACKAGE)
        mv  oss-pkg-$(PACKAGE).tar.bz2  /usr/src/packages/SOURCES/
        rpmbuild -bb oss-pkg-$(PACKAGE).spec
-       find $(REPO)/noarch -name oss-pkg-$(PACKAGE)-$(VERSION)-*.rpm*  -exec rm {} \;
+       find $(REPO)/noarch -name "oss-pkg-$(PACKAGE)-$(VERSION)-*.rpm"  -exec rm {} \;
        mv /usr/src/packages/RPMS/noarch/oss-pkg-$(PACKAGE)-$(VERSION)-$(NRELEASE).noarch.rpm $(REPO)/noarch
        echo $(NRELEASE) > RELEASE
        git commit -a -m "New release"
index f79a834d111efde3bbae1729a34dd8c2d3920c8c..6cb1354900c18a14e3a23afb0d08648c2f653080 100755 (executable)
Binary files a/repo-ng/Scratch2_MSI.msi and b/repo-ng/Scratch2_MSI.msi differ