X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2Fboost%2Fextract.sh;h=2d65a7cba44b0670e9bd1e6ecfe278bc1d63e1c7;hb=4e50da3e655b9f8d26f7d5e439d72b219d32279d;hp=6cdddfdee68b00170b825a1f3f1033c61ac416a8;hpb=dd21fae48c78f7691811141f4fa6deeaca727bb1;p=lyx.git diff --git a/3rdparty/boost/extract.sh b/3rdparty/boost/extract.sh index 6cdddfdee6..2d65a7cba4 100755 --- a/3rdparty/boost/extract.sh +++ b/3rdparty/boost/extract.sh @@ -38,8 +38,8 @@ bcp --boost=$1 $HEADERS needed/ # we do not use the provided MSVC project files find needed -name '*.vcpro*' | xargs rm -# remove old boost headers -find boost -name \*.hpp | xargs rm +# remove old boost code +rm -rf boost/* # copy new headers cp -vR needed/boost .