diff options
author | David Seifert <soap@gentoo.org> | 2019-08-17 13:24:49 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-17 13:24:49 +0200 |
commit | 20314e9d3ef880fee4fbe0c6af6255112c4642c1 (patch) | |
tree | 1ea8cdbc4e2c8e6141d17f40d1be442abee92a4a /app-admin/clsync | |
parent | dev-ruby/rubygems: [QA] Add missing trailing slash (diff) | |
download | gentoo-20314e9d3ef880fee4fbe0c6af6255112c4642c1.tar.gz gentoo-20314e9d3ef880fee4fbe0c6af6255112c4642c1.tar.bz2 gentoo-20314e9d3ef880fee4fbe0c6af6255112c4642c1.zip |
app-admin/clsync: Fix double EPREFIX
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-admin/clsync')
-rw-r--r-- | app-admin/clsync/clsync-0.4.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/clsync/clsync-0.4.2.ebuild b/app-admin/clsync/clsync-0.4.2.ebuild index dc27fddf71f5..ed88b00512a1 100644 --- a/app-admin/clsync/clsync-0.4.2.ebuild +++ b/app-admin/clsync/clsync-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -84,9 +84,9 @@ src_install() { newconfd "${FILESDIR}/${PN}.confd" "${PN}" # filter rules and sync scripts are supposed to be here - keepdir "${EPREFIX}/etc/${PN}" - insinto "/etc/${PN}" + insinto /etc/${PN} newins "${FILESDIR}/${PN}.conf" "${PN}.conf" + keepdir /etc/${PN} } pkg_postinst() { |