]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
gnuradio: small fix
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Fri, 5 Oct 2007 17:30:41 +0000 (17:30 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Fri, 5 Oct 2007 17:30:41 +0000 (17:30 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1415 370017ae-e619-0410-ac65-c121f96126d4

media/radio/gnuradio/gnuradio.SlackBuild

index 8ff8029d1907a27dacf2c94ba21ba03816ecffcd..f71fb4e8182e824fb68d7d746879d1b0cc4807bf 100755 (executable)
@@ -102,7 +102,7 @@ boost_version="`echo $boost | sed -e "s/^$pack-//" | cut -d "-" -f 1 | sed -e 's
 CFLAGS="$SLKCFLAGS" \
   CXXFLAGS="$SLKCFLAGS" \
   ./configure \
-  --prefix="$PREFIX" --libdir="$LIBDIR" $CONF_OPTIONS --with-boost-include-dir=/usr/include/$boost_version || exit $ERROR_CONF
+  --prefix="$PREFIX" --libdir="$LIBDIR" $CONF_OPTIONS --with-boost-include-dir=/usr/include/boost-$boost_version || exit $ERROR_CONF
 
 # Compile
 make $NUMJOBS || exit $ERROR_MAKE