summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2017-06-07 22:28:13 +0200
committerThomas Deutschmann <whissi@gentoo.org>2017-06-07 22:28:36 +0200
commit7633968562992b9e0473fdca1ceec12e845c5b8c (patch)
tree04728ba880fe4242a8a9367ce0e212c38fd0e411 /sys-process/fcron/fcron-3.2.1-r1.ebuild
parentprofiles: Drop media-gfx/exiv2-0.26 package.mask (diff)
downloadgentoo-7633968562992b9e0473fdca1ceec12e845c5b8c.tar.gz
gentoo-7633968562992b9e0473fdca1ceec12e845c5b8c.tar.bz2
gentoo-7633968562992b9e0473fdca1ceec12e845c5b8c.zip
sys-process/fcron: Cleanup old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sys-process/fcron/fcron-3.2.1-r1.ebuild')
-rw-r--r--sys-process/fcron/fcron-3.2.1-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-process/fcron/fcron-3.2.1-r1.ebuild b/sys-process/fcron/fcron-3.2.1-r1.ebuild
index 20b933e1b28f..810739795fae 100644
--- a/sys-process/fcron/fcron-3.2.1-r1.ebuild
+++ b/sys-process/fcron/fcron-3.2.1-r1.ebuild
@@ -50,6 +50,8 @@ src_prepare() {
mv configure.in configure.ac || die
+ cp "${FILESDIR}"/crontab.2 "${WORKDIR}"/crontab || die
+
eautoconf
}
@@ -162,7 +164,7 @@ src_install() {
newinitd "${FILESDIR}"/fcron.init.4 fcron
systemd_newunit "${S}/script/fcron.init.systemd" fcron.service
- local DOCS=( MANIFEST VERSION "${FILESDIR}/crontab")
+ local DOCS=( MANIFEST VERSION "${WORKDIR}/crontab")
DOCS+=( doc/en/txt/{readme,thanks,faq,todo,relnotes,changes}.txt )
local HTML_DOCS=( doc/en/HTML/. )