]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
boost: underline version workaround fix again :/
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Sat, 3 May 2008 20:13:39 +0000 (20:13 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Sat, 3 May 2008 20:13:39 +0000 (20:13 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1871 370017ae-e619-0410-ac65-c121f96126d4

dev/libs/boost/boost.build

index 50b775d456edd986bf9d50c67b214e57e2c49589..7d6ee9a110c6c340af08db5490adc51b3a5f19c0 100755 (executable)
@@ -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