commit: 4302dcdf804aa25a9f9f8eb9b0150ca8996af8ed Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Tue May 26 17:18:05 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Tue May 26 17:18:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4302dcdf
net-misc/apt-cacher-ng: doins => newins Package-Manager: Portage-2.3.100, Repoman-2.3.22 Closes: https://bugs.gentoo.org/show_bug.cgi?id=725512 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1-r1.ebuild | 2 +- net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1-r1.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1-r1.ebuild index 97eab60040b..f118d28f011 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1-r1.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1-r1.ebuild @@ -123,7 +123,7 @@ src_install() { # perl daily cron script dosbin scripts/expire-caller.pl insinto /etc/cron.daily - doins "${FILESDIR}"/cron.daily ${PN} + newins "${FILESDIR}"/cron.daily ${PN} # default configuration insinto /etc/${PN} diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild index 9740af934f3..6ae025935bf 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild @@ -115,7 +115,7 @@ src_install() { # perl daily cron script dosbin scripts/expire-caller.pl insinto /etc/cron.daily - doins "${FILESDIR}"/cron.daily ${PN} + newins "${FILESDIR}"/cron.daily ${PN} # default configuration insinto /etc/${PN}
