commit: bbab16dd0764dbb221768f939006975cd802e05d Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sat Aug 4 21:29:19 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat Aug 4 21:30:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbab16dd
dev-libs/librelp: fix USE=-static-libs Closes: https://bugs.gentoo.org/662806 Package-Manager: Portage-2.3.44, Repoman-2.3.10 dev-libs/librelp/librelp-1.2.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/librelp/librelp-1.2.17.ebuild b/dev-libs/librelp/librelp-1.2.17.ebuild index ffce4fe9ec9..ccdcf011fa2 100644 --- a/dev-libs/librelp/librelp-1.2.17.ebuild +++ b/dev-libs/librelp/librelp-1.2.17.ebuild @@ -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 }