dev-libs/librelp: fix USE=-static-libs
authorThomas Deutschmann <whissi@gentoo.org>
Sat, 4 Aug 2018 21:29:19 +0000 (23:29 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sat, 4 Aug 2018 21:30:23 +0000 (23:30 +0200)
Closes: https://bugs.gentoo.org/662806
Package-Manager: Portage-2.3.44, Repoman-2.3.10

dev-libs/librelp/librelp-1.2.17.ebuild

index ffce4fe9ec95c7bc769bc9e5e734a4724253a605..ccdcf011fa233f4f3db41166d30489b01fe767c4 100644 (file)
@@ -70,6 +70,6 @@ src_install() {
        default
 
        if ! use static-libs; then
-               find "${ED}"usr/lib* -name '*.la' -delete || die
+               find "${ED%/}"/usr/lib* -name '*.la' -delete || die
        fi
 }