From 69b9f78f1714e56ce2f66088db75b8b54230cedd Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 30 Jun 2018 01:35:42 +0200 Subject: media-gfx/brscan4: Fix lib symlinks. Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- media-gfx/brscan4/brscan4-0.4.3.3.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/media-gfx/brscan4/brscan4-0.4.3.3.ebuild b/media-gfx/brscan4/brscan4-0.4.3.3.ebuild index 31f8a7b..6ae657f 100644 --- a/media-gfx/brscan4/brscan4-0.4.3.3.ebuild +++ b/media-gfx/brscan4/brscan4-0.4.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -37,8 +37,10 @@ src_install() { dobin brsaneconfig4 dosym ${dest}/bin/brsaneconfig4 /usr/bin/brsaneconfig4 - dolib.so "${WORKDIR}"/usr/lib*/sane/libsane-brother4.so* - dosym ${dest}/${lib}/libsane-brother4.so.1.0.7 \ + dolib.so "${WORKDIR}"/usr/lib*/sane/libsane-brother4.so.1.0.7 + dosym libsane-brother4.so.1.0.7 ${dest}/libsane-brother4.so.1 + dosym libsane-brother4.so.1.0.7 ${dest}/libsane-brother4.so + dosym ../../..${dest}/${lib}/libsane-brother4.so.1.0.7 \ /usr/${lib}/sane/libsane-brother4.so.1.0.7 dosym libsane-brother4.so.1.0.7 /usr/${lib}/sane/libsane-brother4.so.1 dosym libsane-brother4.so.1.0.7 /usr/${lib}/sane/libsane-brother4.so -- cgit v1.2.3-65-gdbad