We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c36a7 commit 14fb1a2Copy full SHA for 14fb1a2
packages/linux/openocd/build-openocd.sh
@@ -20,4 +20,4 @@ if [[ $(uname -m) == 'aarch64' ]]; then
20
cp $(ldd openocd | egrep -o "(/.*/libgpiod\.so\.\S*)") ./
21
fi
22
cp $(ldd openocd | egrep -o "(/.*/libjim\.so\.\S*)") ./
23
-patchelf --set-rpath . openocd
+patchelf --set-rpath '$ORIGIN' openocd
0 commit comments