summaryrefslogtreecommitdiffstats
path: root/games/solarus-quest-editor/solarus-quest-editor.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/solarus-quest-editor/solarus-quest-editor.SlackBuild')
-rw-r--r--games/solarus-quest-editor/solarus-quest-editor.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/solarus-quest-editor/solarus-quest-editor.SlackBuild b/games/solarus-quest-editor/solarus-quest-editor.SlackBuild
index 4d795b5ff9..4e09d86609 100644
--- a/games/solarus-quest-editor/solarus-quest-editor.SlackBuild
+++ b/games/solarus-quest-editor/solarus-quest-editor.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=solarus-quest-editor
-VERSION=${VERSION:-1.5.2}
+VERSION=${VERSION:-1.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -54,7 +54,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e
+set -eu
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -69,10 +69,6 @@ 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 {} \;
-# Add DSOLARUS_INSTALL_BINDIR and DSOLARUS_INSTALL_DATADIR
-# https://github.com/solarus-games/solarus-quest-editor/commit/286fa0823c78e38f8fef128ca7f86e85dcf1ab3f
-zcat $CWD/cmake.diff.gz | patch -p1
-
mkdir -p build
cd build
cmake \