diff options
author | kris <kris@FreeBSD.org> | 2000-05-01 09:50:01 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-05-01 09:50:01 +0800 |
commit | 01c379311234f94a160f56dbf9a06fe4870771db (patch) | |
tree | 35685c6de38faede391328fd8069bbc915091ed4 /games/jetpack | |
parent | bb69971af1a372ce72c8fdd8766dc24fdbf7b650 (diff) | |
download | freebsd-ports-gnome-01c379311234f94a160f56dbf9a06fe4870771db.tar.gz freebsd-ports-gnome-01c379311234f94a160f56dbf9a06fe4870771db.tar.zst freebsd-ports-gnome-01c379311234f94a160f56dbf9a06fe4870771db.zip |
Oops, this was actually being installed setuid root as well as setuid
games.
Diffstat (limited to 'games/jetpack')
-rw-r--r-- | games/jetpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile index 77eaa2a96460..96bc206a7eea 100644 --- a/games/jetpack/Makefile +++ b/games/jetpack/Makefile @@ -20,7 +20,7 @@ MAN6= jetpack.6 post-install: @${CHOWN} root:games ${PREFIX}/bin/jetpack - @${CHMOD} g+s ${PREFIX}/bin/jetpack + @${CHMOD} g+s,u-s ${PREFIX}/bin/jetpack @${CHOWN} root:games ${PREFIX}/lib/X11/jetpack @${CHMOD} go+r ${PREFIX}/lib/X11/jetpack/jetpack.lev000 |