diff options
Diffstat (limited to 'games/zangband/files/patch-ad')
-rw-r--r-- | games/zangband/files/patch-ad | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/games/zangband/files/patch-ad b/games/zangband/files/patch-ad index e3c86ac0956b..0abf74f9cd34 100644 --- a/games/zangband/files/patch-ad +++ b/games/zangband/files/patch-ad @@ -1,11 +1,11 @@ ---- lib/data/Makefile.in.0 Fri Aug 17 05:14:55 2001 -+++ lib/data/Makefile.in Fri Aug 17 05:15:19 2001 -@@ -206,7 +206,7 @@ - @SET_GID_TRUE@ touch "$(DESTDIR)$(angbanddir)/k_info.raw" && \ - @SET_GID_TRUE@ touch "$(DESTDIR)$(angbanddir)/r_info.raw" && \ - @SET_GID_TRUE@ touch "$(DESTDIR)$(angbanddir)/v_info.raw" && \ --@SET_GID_TRUE@ chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" && \ -+@SET_GID_TRUE@ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" && \ - @SET_GID_TRUE@ chmod -R g+w "$(DESTDIR)$(angbanddir)" ;\ - @SET_GID_TRUE@ fi - +--- lib/data/Makefile.am.0 Tue Sep 4 15:12:34 2001 ++++ lib/data/Makefile.am Tue Sep 4 15:13:18 2001 +@@ -23,7 +23,7 @@ + touch "$(DESTDIR)$(angbanddir)/k_info.raw" && \ + touch "$(DESTDIR)$(angbanddir)/r_info.raw" && \ + touch "$(DESTDIR)$(angbanddir)/v_info.raw" && \ +- chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" && \ ++ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" && \ + chmod -R g+w "$(DESTDIR)$(angbanddir)" ;\ + fi + endif |