From: cohrs Date: Fri, 21 Feb 2003 04:32:29 +0000 (+0000) Subject: minor Unix Makefile mod X-Git-Tag: MOVE2GIT~2137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbb6a45c34ae9ab4fca37f8ffc926a2bd8dcea23;p=nethack 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. --- diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index 318d83df2..a9889a8d1 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -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)