From: buildmaster Date: Sun, 15 Mar 2020 07:45:37 +0000 (+0100) Subject: Fix repo. X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=e9e477b49869907c339bd458fe18c3918907ce09;p=Scratch2.git Fix repo. --- diff --git a/Makefile b/Makefile index 6035812..1d759aa 100644 --- 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" diff --git a/repo-ng/Scratch2_MSI.msi b/repo-ng/Scratch2_MSI.msi index f79a834..6cb1354 100755 Binary files a/repo-ng/Scratch2_MSI.msi and b/repo-ng/Scratch2_MSI.msi differ