1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

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

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