aboutsummaryrefslogtreecommitdiff
path: root/games/angband/files/patch-aa
blob: 90d472655ed94917b32bcae9d6d09b523800d920 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./lib/apex/Makefile.in.orig	Sun Nov  3 23:15:55 2002
+++ ./lib/apex/Makefile.in	Sun Nov  3 23:16:03 2002
@@ -203,7 +203,7 @@
 
 install-data-hook:
 @SET_GID_TRUE@	touch "$(DESTDIR)$(angbanddir)/scores.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)"
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.