]> git.pld-linux.org Git - packages/inn.git/blob - inn-install.patch
6b9626fa482258010d53de25fbe660f6aff3b7f0
[packages/inn.git] / inn-install.patch
1 --- inn-2.5.3/Makefile.global.in.orig   2013-06-11 18:02:09.360682066 +0200
2 +++ inn-2.5.3/Makefile.global.in        2013-06-11 18:04:16.297346087 +0200
3 @@ -305,7 +305,7 @@
4  
5  BACKUP_OPTION  = -B .OLD
6  
7 -LI_SPRI                = $(LIBTOOLINST) $(INSTALL) -o root -g $(RUNASGROUP) -m 4550 $(BACKUP_OPTION)
8 +LI_SPRI                = $(LIBTOOLINST) $(INSTALL) -m 4550 $(BACKUP_OPTION)
9  LI_XPRI                = $(LIBTOOLINST) $(INSTALL) $(OWNER) -m 0550 $(BACKUP_OPTION)
10  LI_XPUB                = $(LIBTOOLINST) $(INSTALL) $(OWNER) -m 0555 $(BACKUP_OPTION)
11  
12 --- inn-2.5.3/site/Makefile.orig        2013-06-11 18:02:09.357348733 +0200
13 +++ inn-2.5.3/site/Makefile     2013-06-11 18:05:13.754011556 +0200
14 @@ -145,13 +145,9 @@
15  $D$(PATH_NEWSGROUPS):  ; $(CP_DATA) newsgroups.minimal $@
16  $D$(PATH_ACTIVE_TIMES):
17         touch $@
18 -       chown $(RUNASUSER) $@
19 -       chgrp $(RUNASGROUP) $@
20         chmod $(FILEMODE) $@
21  $D$(PATH_HISTORY):
22         touch $@
23 -       chown $(RUNASUSER) $@
24 -       chgrp $(RUNASGROUP) $@
25         chmod $(FILEMODE) $@
26 -       test -z "$D" && $(PATHBIN)/makedbz -i -o
27 +       test -z "$D" && $(PATHBIN)/makedbz -i -o || :
28  
This page took 0.061812 seconds and 2 git commands to generate.