summaryrefslogtreecommitdiff
path: root/games/angband/files/patch-ab
blob: 772744c3e2f28b842082ca6327f80803ea04c9aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./lib/bone/Makefile.in.orig	Sun Nov  3 23:16:11 2002
+++ ./lib/bone/Makefile.in	Sun Nov  3 23:16:22 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.