mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
net-wireless/bluez: Fix absolute symlink pointing to image directory.
Thanks-to: Toralf Förster Closes: https://bugs.gentoo.org/955085 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
parent
ded3ec0625
commit
3321a6e8ac
@ -220,7 +220,7 @@ multilib_src_install() {
|
||||
python_fix_shebang "${ED}"/usr/$(get_libdir)/bluez/test
|
||||
|
||||
for i in $(find "${ED}"/usr/$(get_libdir)/bluez/test -maxdepth 1 -type f ! -name "*.*"); do
|
||||
dosym "${i}" /usr/bin/bluez-"${i##*/}"
|
||||
dosym "${i#${ED}}" /usr/bin/bluez-"${i##*/}"
|
||||
done
|
||||
fi
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user