Skip to content

Commit

Permalink
Tweak configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
k21971 committed Dec 19, 2018
1 parent c7843dd commit 5f0b520
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions configure
Expand Up @@ -947,7 +947,7 @@ Optional Features:
--enable-goldobj Gold is kept on object chains (experimental)
(default=no)
--enable-autopickup-exceptions
Exceptions to autopickup (experimental) (default=no)
Exceptions to autopickup (experimental) (default=yes)
--enable-wizmode=USER enable wizard mode for the specified user
(default=wizard)
Expand All @@ -958,7 +958,7 @@ Optional Packages:
Set the program to compress data files
(default=auto)
--with-owner=USER Set the owner of installed files (default=games)
--with-group=GROUP Set the group of installed files (default=bin)
--with-group=GROUP Set the group of installed files (default=games)
Some influential environment variables:
CC C compiler
Expand Down Expand Up @@ -6976,7 +6976,7 @@ if test "${with_group+set}" = set; then
withval="$with_group"
else
with_group=bin
with_group=games
fi;
if test "$with_group" != "no" ; then
Expand Down
2 changes: 1 addition & 1 deletion install-to-chroot.sh
Expand Up @@ -8,7 +8,7 @@

# autonamed chroot directory. Can rename.
DATESTAMP=`date +%Y%m%d-%H%M%S`
NAO_CHROOT="/opt/nethack/hardfought.org"
NAO_CHROOT="/opt/nethack/chroot"
# already compiled versions of dgl and nethack
NETHACK_GIT="/home/build/slashem"
# the user & group from dgamelaunch config file.
Expand Down
4 changes: 2 additions & 2 deletions sys/unix/Makefile.top
Expand Up @@ -20,11 +20,11 @@ PREFIX = /usr
GAME = slashem
# GAME = slashem.prg
GAMEUID = games
GAMEGRP = bin
GAMEGRP = games

# Permissions - some places use setgid instead of setuid, for instance
# See also the option "SECURE" in include/config.h
GAMEPERM = 04755
GAMEPERM = 0755
FILEPERM = 0644
EXEPERM = 0755
DIRPERM = 0755
Expand Down

0 comments on commit 5f0b520

Please sign in to comment.