]> git.tuebingen.mpg.de Git - osl.git/commitdiff
Install executables using mode 755.
authorAndre Noll <maan@systemlinux.org>
Sat, 1 Aug 2009 19:41:04 +0000 (21:41 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 1 Aug 2009 19:41:04 +0000 (21:41 +0200)
Makefile

index df1d9f3a426581762b90c8f5931f98e7d37f7626..7e3d81d92ae73d96b663b116b0b40f35198b7531 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -174,7 +174,7 @@ install: all
        $(LN) -s $(libdir)/$(soname) $(libdir)/$(linkername)
        $(INSTALL) -s -m 755 $(realname) $(libdir)
        $(INSTALL) -m 644 $(headers) $(includedir)
-       $(INSTALL) -m 644 $(executables) $(bindir)
+       $(INSTALL) -m 755 $(executables) $(bindir)
        $(INSTALL) -m 644 $(man_pages) $(mandir)
 
 .PHONY: all clean install