diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-02-07 03:12:50 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-02-07 03:12:50 +0000 |
commit | 9a0f54183061a9e0dcd53925e15bcef0b5d1cc20 (patch) | |
tree | e21fd2ef2a46357a0d57e9fa38b32e0b74c73538 /games/linux-hdb-demo/files | |
parent | 1eee004ac48bf773e2866852fbc3f0b49b2479da (diff) | |
download | ports-9a0f54183061a9e0dcd53925e15bcef0b5d1cc20.tar.gz ports-9a0f54183061a9e0dcd53925e15bcef0b5d1cc20.zip |
Notes
Diffstat (limited to 'games/linux-hdb-demo/files')
-rw-r--r-- | games/linux-hdb-demo/files/hdb.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/linux-hdb-demo/files/hdb.in b/games/linux-hdb-demo/files/hdb.in new file mode 100644 index 000000000000..5416b7f0386c --- /dev/null +++ b/games/linux-hdb-demo/files/hdb.in @@ -0,0 +1,4 @@ +#!/bin/sh + +cd %%DATADIR%% || exit 1 +exec ./hdb_demo "$@" |