---
eclass/systemd.eclass | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass
index 7dd914a..72771df 100644
--- a/eclass/systemd.eclass
+++ b/eclass/systemd.eclass
@@ -15,13 +15,12 @@
# inherit systemd
#
# src_configure() {
-# local myeconfargs=(
+# local myconf=(
# --enable-foo
-# --disable-bar
-# "$(systemd_with_unitdir)"
+# --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
# )
#
-# econf "${myeconfargs[@]}"
+# econf "${myconf[@]}"
# }
# @CODE
--
2.6.3