commit: 2073611d95d4975e502e9603ea30698baee356db Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Nov 27 14:27:55 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 1 22:07:17 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2073611d
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 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