]> granicus.if.org Git - nethack/commitdiff
minor Unix Makefile mod
authorcohrs <cohrs>
Fri, 21 Feb 2003 04:32:29 +0000 (04:32 +0000)
committercohrs <cohrs>
Fri, 21 Feb 2003 04:32:29 +0000 (04:32 +0000)
I just noticed that the installed owner/group of "recover" was not being
set correctly.  This has no important effect, but does look funny.

sys/unix/Makefile.top

index 318d83df20d959969e603b5fafd454eda2debfc0..a9889a8d12cf18e8af54a0e2374ce07b69674b20 100644 (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)