commit: 782f84dee1193a992b2930bfa0aaebcd0390b9c1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 11:20:01 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 11:20:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782f84de
net-libs/daq: [QA] Fix missing trailing slash
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
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 ff91d75a4a1..749de964a78 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
}