]> git.pld-linux.org Git - packages/wesnoth.git/blob - wesnoth-Makefile.patch
- up to 1.1.10
[packages/wesnoth.git] / wesnoth-Makefile.patch
1 diff -burN wesnoth-0.9.4.orig/src/Makefile.am wesnoth-0.9.4/src/Makefile.am
2 --- wesnoth-0.9.4.orig/src/Makefile.am  2005-07-25 21:01:26.684348360 +0200
3 +++ wesnoth-0.9.4/src/Makefile.am       2005-07-25 21:02:28.591936976 +0200
4 @@ -582,7 +582,6 @@
5  if SERVER
6  install-exec-hook:
7         mkdir -p -m 0700 $(DESTDIR)$(fifodir)
8 -       chown $(serveruid):$(servergid) $(DESTDIR)$(fifodir)
9  
10  uninstall-hook:
11         rm -rf $(DESTDIR)$(fifodir)
12 diff -burN wesnoth-0.9.4.orig/src/Makefile.in wesnoth-0.9.4/src/Makefile.in
13 --- wesnoth-0.9.4.orig/src/Makefile.in  2005-07-25 21:01:26.684348360 +0200
14 +++ wesnoth-0.9.4/src/Makefile.in       2005-07-25 21:02:42.860767784 +0200
15 @@ -1526,7 +1526,6 @@
16  
17  @SERVER_TRUE@install-exec-hook:
18  @SERVER_TRUE@  mkdir -p -m 0700 $(DESTDIR)$(fifodir)
19 -@SERVER_TRUE@  chown $(serveruid):$(servergid) $(DESTDIR)$(fifodir)
20  
21  @SERVER_TRUE@uninstall-hook:
22  @SERVER_TRUE@  rm -rf $(DESTDIR)$(fifodir)
This page took 0.697143 seconds and 3 git commands to generate.