aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rwxr-xr-xx11/libs/wxwidgets/wxWidgets.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/libs/wxwidgets/wxWidgets.SlackBuild b/x11/libs/wxwidgets/wxWidgets.SlackBuild
index 41722f9a..15c53bef 100755
--- a/x11/libs/wxwidgets/wxWidgets.SlackBuild
+++ b/x11/libs/wxwidgets/wxWidgets.SlackBuild
@@ -85,9 +85,10 @@ cd $TMP/package-$PACKAGE
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-# do we really need that??
+# do we really need that?? -- hummm, no.
+# BIGVERSION=`echo $VERSION | cut -d . -f 1,2`
# ( cd usr/bin && rm wx-config )
-# ( cd usr/bin && ln -sf $LIBDIR/wx/config/gtk2-unicode-release-2.6 wx-config )
+# ( cd usr/bin && ln -sf $LIBDIR/wx/config/gtk2-unicode-release-$BIGVERSION wx-config )
mkdir install
cat << EOF > install/slack-desc
@@ -112,6 +113,7 @@ wxWidgets: http://www.wxwidgets.org/
wxWidgets:
EOF
+
# docs
mkdir -p usr/doc/$PACKAGE-$VERSION