summaryrefslogtreecommitdiffstats
path: root/libraries/wxGTK3
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2014-02-01 09:13:56 +0100
committer Robby Workman2014-02-02 06:28:14 +0100
commitfbc0407699e49ec8e20640d51420196d9c343dc3 (patch)
tree392d8a46e1c97d633773222659140553cc282cea /libraries/wxGTK3
parent6656cd472ef842fa8cc06e644a021a29cf1f3459 (diff)
downloadslackbuilds-fbc0407699e49ec8e20640d51420196d9c343dc3.tar.gz
libraries/wxGTK3: Fixed the broken wx-config symlink
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/wxGTK3')
-rw-r--r--libraries/wxGTK3/wxGTK3.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/wxGTK3/wxGTK3.SlackBuild b/libraries/wxGTK3/wxGTK3.SlackBuild
index 9a7f0c584e..90edbbea7c 100644
--- a/libraries/wxGTK3/wxGTK3.SlackBuild
+++ b/libraries/wxGTK3/wxGTK3.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for wxGTK3
-# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2013-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=wxGTK3
VERSION=${VERSION:-3.0.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM=wxWidgets
@@ -91,7 +91,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# Now let's fix the broken symlink created by the package
-ln -fs /usr/lib${LIBDIRSUFFIX}/wx/config/gtk3-unicode-release-3.0 \
+ln -fs /usr/lib${LIBDIRSUFFIX}/wx/config/gtk3-unicode-3.0 \
$PKG/usr/bin/wx-config
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION