From 782f84dee1193a992b2930bfa0aaebcd0390b9c1 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 11 Aug 2019 13:20:01 +0200 Subject: [PATCH] net-libs/daq: [QA] Fix missing trailing slash Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert --- net-libs/daq/daq-2.0.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/daq/daq-2.0.6-r1.ebuild b/net-libs/daq/daq-2.0.6-r1.ebuild index ff91d75a4a1d..749de964a78f 100644 --- a/net-libs/daq/daq-2.0.6-r1.ebuild +++ b/net-libs/daq/daq-2.0.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -66,7 +66,7 @@ src_install() { # This has been bugged upstream if ! use static-libs; then for z in libdaq_static libdaq_static_modules; do - rm "${D}"usr/$(get_libdir)/${z}.a + rm "${D}"/usr/$(get_libdir)/${z}.a done fi } -- 2.26.2