tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
setgid games
hi-
A long time ago I added color X11 support to the golddig game,
and that is what gets installed by games/golddig now.
I was testing to see if it worked on Darwin, but the make install
fails with:
nstall -c -s -o bin -g games -m 2755 golddig /usr/pkg/bin
install: games: Invalid argument
because there is no "games" group on my system (yet).
I was looking at how to fix this and I saw there was a
GAMES_USER/GAMES_GROUP in mk/platform/Darwin.mk, but its
all commented out.
Meanwhile, games like lib/xbomb just hardwires to "games"
like this:
SCORE_USER= games
SCORE_GROUP= games
PKG_USERS= ${SCORE_USER}:${SCORE_GROUP}
PKG_GROUPS= ${SCORE_GROUP}
what's the right thing to do for golddig? Just copy the
xbomb stuff and ignore the commented out stuff in mk/platform/Darwin.mk?
chuck
Home |
Main Index |
Thread Index |
Old Index