mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
Initial revision
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5086 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
7
hide-game.in
Executable file
7
hide-game.in
Executable file
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user