Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/clsync/
Date: Sat, 17 Aug 2019 11:25:58
Message-Id: 1566041089.20314e9d3ef880fee4fbe0c6af6255112c4642c1.soap@gentoo
1 commit: 20314e9d3ef880fee4fbe0c6af6255112c4642c1
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 11:24:49 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 11:24:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20314e9d
7
8 app-admin/clsync: Fix double EPREFIX
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-admin/clsync/clsync-0.4.2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-admin/clsync/clsync-0.4.2.ebuild b/app-admin/clsync/clsync-0.4.2.ebuild
17 index dc27fddf71f..ed88b00512a 100644
18 --- a/app-admin/clsync/clsync-0.4.2.ebuild
19 +++ b/app-admin/clsync/clsync-0.4.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -84,9 +84,9 @@ src_install() {
27 newconfd "${FILESDIR}/${PN}.confd" "${PN}"
28
29 # filter rules and sync scripts are supposed to be here
30 - keepdir "${EPREFIX}/etc/${PN}"
31 - insinto "/etc/${PN}"
32 + insinto /etc/${PN}
33 newins "${FILESDIR}/${PN}.conf" "${PN}.conf"
34 + keepdir /etc/${PN}
35 }
36
37 pkg_postinst() {