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