diff options
Diffstat (limited to 'boost')
-rwxr-xr-x | boost/boost.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/boost/boost.SlackBuild b/boost/boost.SlackBuild index 885190a0..cb53268d 100755 --- a/boost/boost.SlackBuild +++ b/boost/boost.SlackBuild @@ -118,7 +118,11 @@ for file in LICENSE_1_0.txt README; do cp $CWD/$file* usr/doc/$PACKAGE-$VERSION/ done -ln -s usr/include/boost-${VERSION2}/boost usr/include/boost +# Warning: hardcoded version!! +cat << EOF > install/doinst.sh +( cd /usr/include ; rm boost ) +( cd /usr/include ; ln -sf /usr/include/boost-1_33_1/boost boost ) +EOF makepkg -c y -l y $REPOS/$PACKAGE-$VERSION-$ARCH-$BUILD.tgz |