cavestory: FIX THE STUPID SCRIPT WRAPPER
This commit is contained in:
parent
83052b9c4e
commit
4a4d46c78f
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
env LD_LIBRARY_PATH=/usr/share/cavestory /usr/share/cavestory/doukutsu.bin "$@"
|
cd /usr/share/cavestory
|
||||||
|
exec ./doukutsu.bin "$@"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cavestory'
|
# Template file for 'cavestory'
|
||||||
pkgname=cavestory
|
pkgname=cavestory
|
||||||
version=1.01
|
version=1.01
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=linuxDoukutsu-${version}
|
wrksrc=linuxDoukutsu-${version}
|
||||||
only_for_archs="i686"
|
only_for_archs="i686"
|
||||||
lib32mode=full
|
lib32mode=full
|
||||||
|
|
Loading…
Reference in a new issue