mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
net-misc/ptpd: fix EROOT, remove redundant eutils inheritance
Closes: https://github.com/gentoo/gentoo/pull/1878 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
committed by
Patrice Clement
parent
9809f4c6e6
commit
a5efdb2ecb
@@ -4,7 +4,7 @@
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit autotools eutils flag-o-matic systemd
|
||||
inherit autotools flag-o-matic systemd
|
||||
|
||||
DESCRIPTION="Precision Time Protocol daemon"
|
||||
HOMEPAGE="https://github.com/ptpd/ptpd"
|
||||
@@ -56,5 +56,5 @@ src_install() {
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Do not forget to setup correct network interface."
|
||||
elog "Change the config file /etc/ptpd2.conf to suit your needs."
|
||||
elog "Change the config file ${EROOT}etc/ptpd2.conf to suit your needs."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user