X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-root%2Fscripts%2Fremove-rpath;h=1828ddf9cfaadc04c7da8622faa647bd3c6fbca5;hb=3f1309df1b9a96a194845b297734f55db3f2c6b0;hp=bda3d60d7455a58a088ba4773286cace504f79cd;hpb=69915cba2d6e169343c03c8eef48e6b2d2296e3a;p=vpp.git diff --git a/build-root/scripts/remove-rpath b/build-root/scripts/remove-rpath index bda3d60d745..1828ddf9cfa 100755 --- a/build-root/scripts/remove-rpath +++ b/build-root/scripts/remove-rpath @@ -18,7 +18,7 @@ execs=$(find $1 -type f -path \*/bin/\* ) for i in $libs $execs; do chrpath $i 2> /dev/null | grep -q build-root if [ $? -eq 0 ] ; then - chrpath $i + chrpath -d $i fi done