The option switch is meaningless for this path_exists call, so remove it
and stay with the implicit default.
---
sys-apps/openrc/openrc-0.34.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/openrc/openrc-0.34.11.ebuild
b/sys-apps/openrc/openrc-0.34.11.ebuild
index 4e2ed59e45f4..dd3704b2427e 100644
--- a/sys-apps/openrc/openrc-0.34.11.ebuild
+++ b/sys-apps/openrc/openrc-0.34.11.ebuild
@@ -289,7 +289,7 @@ pkg_postinst() {
fi
# Handle the conf.d/local.{start,stop} -> local.d transition
- if path_exists -o "${EROOT}"etc/conf.d/local.{start,stop} ; then
+ if path_exists "${EROOT}"etc/conf.d/local.{start,stop} ; then
elog "Moving your ${EROOT}etc/conf.d/local.{start,stop}"
elog "files to ${EROOT}etc/local.d"
mv "${EROOT}"etc/conf.d/local.start
"${EROOT}"etc/local.d/baselayout1.start
--
2.18.0