diff options
author | rafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4> | 2007-03-03 23:14:45 +0000 |
---|---|---|
committer | rafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4> | 2007-03-03 23:14:45 +0000 |
commit | 1e0dc64e319b3ff0a02ff4c9ee27e2ab6221cac6 (patch) | |
tree | 77f3814d23747249bdfd8234ee140d6d1b9bd171 /x11/libs | |
parent | fcf063a3e2e958266e0f5008f6a75497a93fcae4 (diff) | |
download | slackbuilds-1e0dc64e319b3ff0a02ff4c9ee27e2ab6221cac6.tar.gz slackbuilds-1e0dc64e319b3ff0a02ff4c9ee27e2ab6221cac6.tar.bz2 |
vlc changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1071 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'x11/libs')
-rwxr-xr-x | x11/libs/wxwidgets/wxWidgets.SlackBuild | 6 |
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 |