summaryrefslogtreecommitdiff
path: root/games/angband/files/patch-ad
blob: b8eb7b3fc5026df5e8834cb36c750f0affda0bbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./lib/save/Makefile.in.orig	Sun Nov  3 23:18:07 2002
+++ ./lib/save/Makefile.in	Sun Nov  3 23:16:48 2002
@@ -202,7 +202,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.