73f1ac259b
- Remove CVS code. Now, it's fetchable using a MASTER_SITE (Thanks to DraX :)) - Fix some .in files - Modify pkg-message. Remove/Add some entries - Modify some *_DEPENDS entries - Other tiny modifications Approved by: garga (mentor)
8 lines
185 B
Bash
8 lines
185 B
Bash
#!/bin/sh
|
|
|
|
export CRYSTAL=%%LOCALBASE%%/lib/planeshift
|
|
export CEL=%%LOCALBASE%%/lib/cel
|
|
export CSCONFPATH=%%LOCALBASE%%/etc/crystalspace
|
|
|
|
cd %%PREFIX%%/lib/planeshift
|
|
exec ./pssetup $1
|