From 7884b5a6ce55f584adbc6ccd9740823c33d7825d Mon Sep 17 00:00:00 2001 From: isabello Date: Fri, 30 Jun 2017 10:37:23 +0200 Subject: [PATCH] Clear specific files rpath values --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 92eca5c..545fd91 100644 --- a/build.sh +++ b/build.sh @@ -113,7 +113,8 @@ if [ ! -d "$BUILD_NAME/node_modules" ]; then if [[ "$(uname)" == "Linux" ]]; then chrpath -d "$(pwd)/node_modules/sodium/deps/libsodium/test/default/.libs/"* - chrpath -d "$(pwd)/lib/"* + chrpath -d "$(pwd)/lib/libreadline.so.7.0" + chrpath -d "$(pwd)/lib/libhistory.so.7.0" fi # Change rpaths on linux cd ../ || exit 2