summaryrefslogtreecommitdiffstats
path: root/chat-irc/ratbox-services/perms.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/ratbox-services/perms.patch')
-rw-r--r--chat-irc/ratbox-services/perms.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/chat-irc/ratbox-services/perms.patch b/chat-irc/ratbox-services/perms.patch
new file mode 100644
index 0000000000..1ba4e0db41
--- /dev/null
+++ b/chat-irc/ratbox-services/perms.patch
@@ -0,0 +1,23 @@
+--- Makefile.in.orig
++++ Makefile.in
+@@ -38,15 +38,15 @@
+ done
+
+ install: build
+- $(INSTALL) -m 750 -d $(DESTDIR)$(prefix)
+- $(INSTALL) -m 750 -d $(DESTDIR)$(bindir)
+- $(INSTALL) -m 750 -d $(DESTDIR)$(sbindir)
++ $(INSTALL) -m 755 -d $(DESTDIR)$(prefix)
++ $(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
++ $(INSTALL) -m 755 -d $(DESTDIR)$(sbindir)
+ $(INSTALL) -m 750 -d $(DESTDIR)$(sysconfdir)
+- $(INSTALL) -m 750 -d $(DESTDIR)$(includedir)
++ $(INSTALL) -m 755 -d $(DESTDIR)$(includedir)
+ $(INSTALL) -m 750 -d $(DESTDIR)$(logdir)
+ $(INSTALL) -m 750 -d $(DESTDIR)$(rundir)
+ $(INSTALL) -m 750 -d $(DESTDIR)$(helpdir)
+- $(INSTALL) -m 750 -d $(DESTDIR)$(includedir)
++ $(INSTALL) -m 755 -d $(DESTDIR)$(includedir)
+ $(INSTALL) -m 750 tools/ircd-shortcut.pl $(DESTDIR)$(bindir)
+ $(INSTALL) -m 750 tools/dbupgrade.pl $(DESTDIR)$(bindir)
+ $(INSTALL) -m 640 tools/definetolength.pl $(DESTDIR)$(bindir)