summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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/. )