diff --git a/srcpkgs/cavestory/files/cavestory b/srcpkgs/cavestory/files/cavestory index 61ea9c7751..930cc3ce5f 100755 --- a/srcpkgs/cavestory/files/cavestory +++ b/srcpkgs/cavestory/files/cavestory @@ -1,2 +1,3 @@ #!/bin/sh -env LD_LIBRARY_PATH=/usr/share/cavestory /usr/share/cavestory/doukutsu.bin "$@" +cd /usr/share/cavestory +exec ./doukutsu.bin "$@" diff --git a/srcpkgs/cavestory/template b/srcpkgs/cavestory/template index 5242aa8a1b..2b6a74be58 100644 --- a/srcpkgs/cavestory/template +++ b/srcpkgs/cavestory/template @@ -1,7 +1,7 @@ # Template file for 'cavestory' pkgname=cavestory version=1.01 -revision=2 +revision=3 wrksrc=linuxDoukutsu-${version} only_for_archs="i686" lib32mode=full