From 2073611d95d4975e502e9603ea30698baee356db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 27 Nov 2015 15:27:55 +0100 Subject: [PATCH] systemd.eclass: Update the example for best practices --- eclass/systemd.eclass | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index 7dd914a358a9..72771dfe0f42 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.26.2