diff options
author | David Seifert <soap@gentoo.org> | 2019-08-11 13:20:01 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-11 13:20:01 +0200 |
commit | 782f84dee1193a992b2930bfa0aaebcd0390b9c1 (patch) | |
tree | 8c130a7557de16a52b13102dc5ef275e597b87e9 /net-libs/daq | |
parent | net-irc/anope: [QA] Fix missing trailing slash (diff) | |
download | gentoo-782f84dee1193a992b2930bfa0aaebcd0390b9c1.tar.gz gentoo-782f84dee1193a992b2930bfa0aaebcd0390b9c1.tar.bz2 gentoo-782f84dee1193a992b2930bfa0aaebcd0390b9c1.zip |
net-libs/daq: [QA] Fix missing trailing slash
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs/daq')
-rw-r--r-- | net-libs/daq/daq-2.0.6-r1.ebuild | 4 |
1 files 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 } |