diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-24 13:58:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-24 17:53:08 +0200 |
commit | cb9e1e3be2b69208e2b8cb31c3920ea12e1aa7da (patch) | |
tree | 50fc3b7d563937e9afd7de082164dd33c0600d5b /app-misc/taskd | |
parent | app-misc/rox-filer: [QA] Use relative symlink target(s) (diff) | |
download | gentoo-cb9e1e3be2b69208e2b8cb31c3920ea12e1aa7da.tar.gz gentoo-cb9e1e3be2b69208e2b8cb31c3920ea12e1aa7da.tar.bz2 gentoo-cb9e1e3be2b69208e2b8cb31c3920ea12e1aa7da.zip |
app-misc/taskd: [QA] Use relative symlink target(s)
Diffstat (limited to 'app-misc/taskd')
-rw-r--r-- | app-misc/taskd/taskd-1.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/taskd/taskd-1.1.0-r1.ebuild b/app-misc/taskd/taskd-1.1.0-r1.ebuild index 8630f97efa79..4744a209730c 100644 --- a/app-misc/taskd/taskd-1.1.0-r1.ebuild +++ b/app-misc/taskd/taskd-1.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -57,7 +57,7 @@ src_install() { insinto /etc/taskd doins "${FILESDIR}"/config - dosym /etc/taskd/config /var/lib/taskd/config + dosym ../../../etc/taskd/config /var/lib/taskd/config insinto /etc/logrotate.d newins "${FILESDIR}"/taskd.logrotate taskd |