diff options
author | Philip Walls <malverian@gentoo.org> | 2005-05-22 20:02:43 +0000 |
---|---|---|
committer | Philip Walls <malverian@gentoo.org> | 2005-05-22 20:02:43 +0000 |
commit | 771985026e52e1dc00085c8f5d2830d1755dbee5 (patch) | |
tree | 08bd9d25b835a508784d3093ddee84e4e2295087 /games-rpg/planeshift/files | |
parent | Removed the libelf check from configure. (diff) | |
download | historical-771985026e52e1dc00085c8f5d2830d1755dbee5.tar.gz historical-771985026e52e1dc00085c8f5d2830d1755dbee5.tar.bz2 historical-771985026e52e1dc00085c8f5d2830d1755dbee5.zip |
fixed wrapper scripts, added planeshift-setup script.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-rpg/planeshift/files')
-rw-r--r-- | games-rpg/planeshift/files/planeshift | 3 | ||||
-rw-r--r-- | games-rpg/planeshift/files/planeshift-setup | 8 | ||||
-rw-r--r-- | games-rpg/planeshift/files/planeshift-updater | 5 |
3 files changed, 16 insertions, 0 deletions
diff --git a/games-rpg/planeshift/files/planeshift b/games-rpg/planeshift/files/planeshift index dfe6e9d9406f..5c015448a7d3 100644 --- a/games-rpg/planeshift/files/planeshift +++ b/games-rpg/planeshift/files/planeshift @@ -2,4 +2,7 @@ cd /opt/planeshift +export CRYSTAL="/opt/crystal/lib/crystalspace" +export CEL="/opt/crystal/lib/cel" + ./psclient $@ diff --git a/games-rpg/planeshift/files/planeshift-setup b/games-rpg/planeshift/files/planeshift-setup new file mode 100644 index 000000000000..77986604da72 --- /dev/null +++ b/games-rpg/planeshift/files/planeshift-setup @@ -0,0 +1,8 @@ +#!/bin/sh + +cd /opt/planeshift + +export CRYSTAL="/opt/crystal/lib/crystalspace" +export CEL="/opt/crystal/lib/cel" + +./pssetup $@ diff --git a/games-rpg/planeshift/files/planeshift-updater b/games-rpg/planeshift/files/planeshift-updater index fdd2fce7a1dd..51003debf56d 100644 --- a/games-rpg/planeshift/files/planeshift-updater +++ b/games-rpg/planeshift/files/planeshift-updater @@ -2,4 +2,9 @@ cd /opt/planeshift +export CRYSTAL="/opt/crystal/lib/crystalspace" +export CEL="/opt/crystal/lib/cel" + ./updater $@ + +chmod g+rw . -R 2>/dev/null |