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:
@@ -188,8 +188,8 @@ dofiles:
|
|||||||
< sys/unix/nethack.sh \
|
< sys/unix/nethack.sh \
|
||||||
> $(SHELLDIR)/$(GAME)
|
> $(SHELLDIR)/$(GAME)
|
||||||
# set up their permissions
|
# set up their permissions
|
||||||
-( cd $(GAMEDIR) ; $(CHOWN) $(GAMEUID) $(GAME) ; \
|
-( cd $(GAMEDIR) ; $(CHOWN) $(GAMEUID) $(GAME) recover ; \
|
||||||
$(CHGRP) $(GAMEGRP) $(GAME) )
|
$(CHGRP) $(GAMEGRP) $(GAME) recover )
|
||||||
chmod $(GAMEPERM) $(GAMEDIR)/$(GAME)
|
chmod $(GAMEPERM) $(GAMEDIR)/$(GAME)
|
||||||
chmod $(EXEPERM) $(GAMEDIR)/recover
|
chmod $(EXEPERM) $(GAMEDIR)/recover
|
||||||
-$(CHOWN) $(GAMEUID) $(SHELLDIR)/$(GAME)
|
-$(CHOWN) $(GAMEUID) $(SHELLDIR)/$(GAME)
|
||||||
|
|||||||
Reference in New Issue
Block a user