From 86d3e7c0530ff28ef11b6cfb4cc98211df4aac45 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Fri, 14 Feb 2014 16:56:10 +0800 Subject: [PATCH] Corrent the binary permission from 555 to 755 --- miniupnpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniupnpd/Makefile b/miniupnpd/Makefile index 4f085fd..09f776b 100644 --- a/miniupnpd/Makefile +++ b/miniupnpd/Makefile @@ -148,7 +148,7 @@ clean: install: miniupnpd genuuid $(STRIP) miniupnpd $(INSTALL) -d $(DESTDIR)$(INSTALLBINDIR) - $(INSTALL) -m 555 miniupnpd $(DESTDIR)$(INSTALLBINDIR) + $(INSTALL) -m 755 miniupnpd $(DESTDIR)$(INSTALLBINDIR) $(INSTALL) -d $(DESTDIR)$(INSTALLETCDIR) $(INSTALL) -b miniupnpd.conf $(DESTDIR)$(INSTALLETCDIR) # TODO : install man page correctly