From: Andre Noll Date: Sat, 1 Aug 2009 19:41:04 +0000 (+0200) Subject: Install executables using mode 755. X-Git-Tag: v0.1.0~6 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=208a425e16d71a18b244126c4c14b562836d326a;hp=682d02dc041a714a45f63a4ea199d8a195b1aecb Install executables using mode 755. --- diff --git a/Makefile b/Makefile index df1d9f3..7e3d81d 100644 --- 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