mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 10:54:48 +00:00
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5086 a4a2c43b-8ac3-0310-8836-e0e880c912e2
8 lines
254 B
Plaintext
Executable File
8 lines
254 B
Plaintext
Executable File
# hide-game.in - hide a game (only used if appropriate)
|
|
|
|
set -e
|
|
|
|
test -d @install_prefix@@libexecdir@ || @install_dmdir@ @install_prefix@@libexecdir@
|
|
mv -f @install_prefix@@gamesdir@/$1 @install_prefix@@libexecdir@
|
|
ln -s dm @install_prefix@@gamesdir@/$1
|