aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-05-03 20:13:39 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2008-05-03 20:13:39 +0000
commitd7e013e3065405b7db97e27700af9b6a6377806f (patch)
tree360ca6bbaec6cdce3dfc2ad16f61fca7db933c85 /dev
parentbc61fcf9f04a1c720711d44177dae95325d4a134 (diff)
downloadslackbuilds-d7e013e3065405b7db97e27700af9b6a6377806f.tar.gz
slackbuilds-d7e013e3065405b7db97e27700af9b6a6377806f.tar.bz2
boost: underline version workaround fix again :/
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1871 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev')
-rwxr-xr-xdev/libs/boost/boost.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/libs/boost/boost.build b/dev/libs/boost/boost.build
index 50b775d4..7d6ee9a1 100755
--- a/dev/libs/boost/boost.build
+++ b/dev/libs/boost/boost.build
@@ -88,13 +88,13 @@ make install || exit $ERROR_INSTALL
CWD="`pwd`"
# Underline version without minor version if minor version is 0 (workaround)
-VERSION_UNDERLINE="`echo $VERSION | sed -e 's/\([0-9]\+\)_\([0-9]\+\)_0/\1_\2/'`"
+VERSION_UNDERLINE="`echo $VERSION_UNDERLINE | sed -e 's/\([0-9]\+\)_\([0-9]\+\)_0/\1_\2/'`"
cd /usr/include && ln -s boost-$VERSION_UNDERLINE/ boost
# docs
mkdir -p /usr/doc/$PACKAGE-$VERSION
-for file in LICENSE_1_0.txt README; do
+for file in LICENSE_1_0.txt; do
cp $CWD/$file* /usr/doc/$PACKAGE-$VERSION/
done