From 88e1a3999924ba2b54c89771e711b9fde918251f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Mon, 25 Jul 2005 20:20:27 +0000 Subject: [PATCH] - rip off chown calls during make install Changed files: wesnoth-Makefile.patch -> 1.1 --- wesnoth-Makefile.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 wesnoth-Makefile.patch diff --git a/wesnoth-Makefile.patch b/wesnoth-Makefile.patch new file mode 100644 index 0000000..e141373 --- /dev/null +++ b/wesnoth-Makefile.patch @@ -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) -- 2.44.0