On 28 March 2017 at 11:50, Robert P. J. Day <[email protected]> wrote:
> gconf_postinst() {
> -if [ "x$D" != "x" ]; then
> +if [ -n "${D}" ]; then
>
This totally changes how the postinst behaves. I'll leave understanding
how as an exercise to the reader. :)
Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
