]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
always chmod the release exe file
authorRudolf Polzer <divVerent@xonotic.org>
Fri, 31 Dec 2010 12:36:47 +0000 (13:36 +0100)
committerRudolf Polzer <divVerent@xonotic.org>
Fri, 31 Dec 2010 12:36:47 +0000 (13:36 +0100)
Makefile

index 1d9f068f1f277860c693cf58656e8e102c0b4fb4..cd0c002ac944c4e276afe1bb6ee99232bc7ffd1e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1019,6 +1019,7 @@ release-win32: INSTALLDIR := netradiant-$(RADIANT_VERSION_NUMBER)-$(BUILD_DATE)
 release-win32:
        $(MAKE) all INSTALLDIR=$(INSTALLDIR) MAKEFILE_CONF=cross-Makefile.conf RADIANT_ABOUTMSG="Official release build" BUILD=release
        7za a -sfx../../../../../../../../../../$(HOME)/7z.sfx ../$(INSTALLDIR)-win32-7z.exe $(INSTALLDIR)/
+       chmod 644 ../$(INSTALLDIR)-win32-7z.exe # 7zip is evil
        $(MAKE) clean INSTALLDIR=$(INSTALLDIR) MAKEFILE_CONF=cross-Makefile.conf RADIANT_ABOUTMSG="Official release build" BUILD=release
 
 release-all: