freebsd-ports/games/zangband/files/patch-ad
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
456 B
Text

--- lib/data/Makefile.am.0 Tue Sep 4 15:12:34 2001
+++ lib/data/Makefile.am Tue Sep 4 15:13:18 2001
@@ -23,7 +23,7 @@
touch "$(DESTDIR)$(angbanddir)/k_info.raw" && \
touch "$(DESTDIR)$(angbanddir)/r_info.raw" && \
touch "$(DESTDIR)$(angbanddir)/v_info.raw" && \
- chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" && \
+ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" && \
chmod -R g+w "$(DESTDIR)$(angbanddir)" ;\
fi
endif