Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting2.git;a=commitdiff;h=473edd12e20097daaafd2ec1691178f054c6d23f
commit 473edd12e20097daaafd2ec1691178f054c6d23f Author: James Buren <[email protected]> Date: Sun Jun 3 17:26:52 2012 -0500 systemd.sh: depend on systemd diff --git a/source/include/systemd.sh b/source/include/systemd.sh index a185d28..928191f 100644 --- a/source/include/systemd.sh +++ b/source/include/systemd.sh @@ -41,8 +41,10 @@ _F_genscriptlet_install="$_F_systemd_scriptlet" ### # == APPENDED VARIABLES # * Fsystemd_genscriptlet_hook to _F_genscriptlet_hooks() +# * depends() ### _F_genscriptlet_hooks=(${_F_genscriptlet_hooks[@]} 'Fsystemd_genscriptlet_hook') +depends=(${depends[@]} 'systemd') Finclude genscriptlet _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
