minor Unix Makefile mod

I just noticed that the installed owner/group of "recover" was not being
set correctly.  This has no important effect, but does look funny.
This commit is contained in:
cohrs
2003-02-21 04:32:29 +00:00
parent c6cbe125de
commit bbb6a45c34

View File

@@ -188,8 +188,8 @@ dofiles:
< sys/unix/nethack.sh \
> $(SHELLDIR)/$(GAME)
# set up their permissions
-( cd $(GAMEDIR) ; $(CHOWN) $(GAMEUID) $(GAME) ; \
$(CHGRP) $(GAMEGRP) $(GAME) )
-( cd $(GAMEDIR) ; $(CHOWN) $(GAMEUID) $(GAME) recover ; \
$(CHGRP) $(GAMEGRP) $(GAME) recover )
chmod $(GAMEPERM) $(GAMEDIR)/$(GAME)
chmod $(EXEPERM) $(GAMEDIR)/recover
-$(CHOWN) $(GAMEUID) $(SHELLDIR)/$(GAME)