summaryrefslogtreecommitdiff
path: root/irc/ratbox-services/files/patch-help_Makefile.in
blob: d49a8a82ba6f694d0782473bece881e0df49331a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- help/Makefile.in.orig	Wed Jun 15 15:21:39 2005
+++ help/Makefile.in	Sat Jan 28 23:15:11 2006
@@ -10,10 +10,10 @@
 SUBDIRS=alis main operbot chanserv userserv jupeserv operserv nickserv global banserv
 
 install: 
-	$(INSTALL) -m 750 -d $(DESTDIR)$(helpdir)
+	$(INSTALL) -d $(DESTDIR)$(helpdir)
 
 	@for i in $(SUBDIRS); do \
-		$(INSTALL) -m 750 -d $(DESTDIR)$(helpdir)/$$i; \
+		$(INSTALL) -d $(DESTDIR)$(helpdir)/$$i; \
 		for j in $$i/*; do \
 			if [ -f $$j ]; then \
 				$(INSTALL_DATA) $$j $(DESTDIR)$(helpdir)/$$i; \