Corrent the binary permission from 555 to 755
This commit is contained in:
parent
16ea0db411
commit
86d3e7c053
|
@ -148,7 +148,7 @@ clean:
|
||||||
install: miniupnpd genuuid
|
install: miniupnpd genuuid
|
||||||
$(STRIP) miniupnpd
|
$(STRIP) miniupnpd
|
||||||
$(INSTALL) -d $(DESTDIR)$(INSTALLBINDIR)
|
$(INSTALL) -d $(DESTDIR)$(INSTALLBINDIR)
|
||||||
$(INSTALL) -m 555 miniupnpd $(DESTDIR)$(INSTALLBINDIR)
|
$(INSTALL) -m 755 miniupnpd $(DESTDIR)$(INSTALLBINDIR)
|
||||||
$(INSTALL) -d $(DESTDIR)$(INSTALLETCDIR)
|
$(INSTALL) -d $(DESTDIR)$(INSTALLETCDIR)
|
||||||
$(INSTALL) -b miniupnpd.conf $(DESTDIR)$(INSTALLETCDIR)
|
$(INSTALL) -b miniupnpd.conf $(DESTDIR)$(INSTALLETCDIR)
|
||||||
# TODO : install man page correctly
|
# TODO : install man page correctly
|
||||||
|
|
Loading…
Reference in New Issue