freebsd-ports/games/zangband/files/patch-ab
David W. Chapman Jr. cb07705667 Update to 2.6.2
PR:		30303
Submitted by:	maintainer
2001-09-10 01:25:41 +00:00

12 lines
355 B
Plaintext

--- lib/apex/Makefile.am.0 Tue Sep 4 15:12:16 2001
+++ lib/apex/Makefile.am Tue Sep 4 15:12:48 2001
@@ -16,7 +16,7 @@
install-data-hook:
if SET_GID
touch "$(DESTDIR)$(angbanddir)/scores.raw"
- chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
+ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
chmod -R g+w "$(DESTDIR)$(angbanddir)"
endif