From bbb6a45c34ae9ab4fca37f8ffc926a2bd8dcea23 Mon Sep 17 00:00:00 2001 From: cohrs Date: Fri, 21 Feb 2003 04:32:29 +0000 Subject: [PATCH] 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. --- sys/unix/Makefile.top | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.40.0