1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/zangband/files/patch-ae
David W. Chapman Jr. cb07705667 Update to 2.6.2
PR:		30303
Submitted by:	maintainer
2001-09-10 01:25:41 +00:00

11 lines
310 B
Plaintext

--- lib/save/Makefile.am.0 Tue Sep 4 15:12:25 2001
+++ lib/save/Makefile.am Tue Sep 4 15:12:57 2001
@@ -15,6 +15,6 @@
install-data-hook:
if SET_GID
- chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
+ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)"
chmod -R 070 "$(DESTDIR)$(angbanddir)"
endif