games/solarus-quest-editor: Patched to fix guessing the assets dir.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2017-08-28 19:57:29 +01:00 committed by David Spencer
parent 5b6839cfad
commit dbd4e70f6c
2 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@ -24,7 +24,7 @@
PRGNAM=solarus-quest-editor
VERSION=${VERSION:-1.5.3}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -69,6 +69,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Correctly guess the assets directory for installed builds
# https://github.com/solarus-games/solarus-quest-editor/commit/6bb12e5e6029652e471054b71487ad9777b5d3d7
zcat $CWD/assets.patch | patch -p1
mkdir -p build
cd build
cmake \