]> git.pld-linux.org Git - packages/wesnoth.git/commitdiff
- rip off chown calls during make install auto/ac/wesnoth-0_9_4-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 25 Jul 2005 20:20:27 +0000 (20:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wesnoth-Makefile.patch -> 1.1

wesnoth-Makefile.patch [new file with mode: 0644]

diff --git a/wesnoth-Makefile.patch b/wesnoth-Makefile.patch
new file mode 100644 (file)
index 0000000..e141373
--- /dev/null
@@ -0,0 +1,22 @@
+diff -burN wesnoth-0.9.4.orig/src/Makefile.am wesnoth-0.9.4/src/Makefile.am
+--- wesnoth-0.9.4.orig/src/Makefile.am 2005-07-25 21:01:26.684348360 +0200
++++ wesnoth-0.9.4/src/Makefile.am      2005-07-25 21:02:28.591936976 +0200
+@@ -582,7 +582,6 @@
+ if SERVER
+ install-exec-hook:
+       mkdir -p -m 0700 $(DESTDIR)$(fifodir)
+-      chown $(serveruid):$(servergid) $(DESTDIR)$(fifodir)
+ uninstall-hook:
+       rm -rf $(DESTDIR)$(fifodir)
+diff -burN wesnoth-0.9.4.orig/src/Makefile.in wesnoth-0.9.4/src/Makefile.in
+--- wesnoth-0.9.4.orig/src/Makefile.in 2005-07-25 21:01:26.684348360 +0200
++++ wesnoth-0.9.4/src/Makefile.in      2005-07-25 21:02:42.860767784 +0200
+@@ -1526,7 +1526,6 @@
+ @SERVER_TRUE@install-exec-hook:
+ @SERVER_TRUE@ mkdir -p -m 0700 $(DESTDIR)$(fifodir)
+-@SERVER_TRUE@ chown $(serveruid):$(servergid) $(DESTDIR)$(fifodir)
+ @SERVER_TRUE@uninstall-hook:
+ @SERVER_TRUE@ rm -rf $(DESTDIR)$(fifodir)
This page took 0.128736 seconds and 4 git commands to generate.