[OE-core] [PATCH 2/2] pango: create /etc/pango in module postinsts if it's missing

Khem Raj raj.khem at gmail.com
Tue Jan 17 22:22:25 UTC 2012


On Tue, Jan 17, 2012 at 2:19 AM, Koen Kooi <koen at dominion.thruhere.net> wrote:
>
> +if ! [ -e $D${sysconfdir}/pango ] ; then
> +       mkdir -p $D${sysconfdir}/pango
> +fi
>  }

when you are using mkdir -p then why enclose it in if-fi




More information about the Openembedded-core mailing list