Ubuntu package build: change rpath of libdsdcc.so after install

This commit is contained in:
f4exb 2021-04-12 00:34:24 +02:00
parent 507b110299
commit dbf64d9a1f
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ mkdir -p build && cd build
cmake ..
sudo make install
sudo ldconfig
sudo chrpath -r /usr/lib/sdrangel /usr/lib/sdrangel/libdsdcc.so