diff options
Diffstat (limited to 'games/zangband/files/patch-ac')
-rw-r--r-- | games/zangband/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/zangband/files/patch-ac b/games/zangband/files/patch-ac new file mode 100644 index 000000000000..e27f9b4eca29 --- /dev/null +++ b/games/zangband/files/patch-ac @@ -0,0 +1,11 @@ +--- lib/bone/Makefile.in.0 Fri Aug 17 05:14:44 2001 ++++ lib/bone/Makefile.in Fri Aug 17 05:15:40 2001 +@@ -199,7 +199,7 @@ + + + install-data-hook: +-@SET_GID_TRUE@ chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" ++@SET_GID_TRUE@ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" + @SET_GID_TRUE@ chmod -R 070 "$(DESTDIR)$(angbanddir)" + + # Tell versions [3.59,3.63) of GNU make to not export all variables. |