[OE-core] [PATCH 04/40] ghostscript: Fix owner/group of /etc/cups

2011-06-22 Thread Mark Hatle
/etc/cups is owned by root:lp from the cups package, the associated ghostscript was creating the /etc/cups directory as root:root. /etc/cups is the authoritative source. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../ghostscript/ghostscript_9.02.bb|7 ++- 1

Re: [OE-core] [PATCH 04/40] ghostscript: Fix owner/group of /etc/cups

2011-06-22 Thread Phil Blundell
On Wed, 2011-06-22 at 12:35 -0500, Mark Hatle wrote: +FIX_OWNERS = chown -R root:lp ${D}/etc/cups This should probably be '${D}${sysconfdir}/cups'. p. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH 04/40] ghostscript: Fix owner/group of /etc/cups (v3)

2011-06-22 Thread Mark Hatle
/etc/cups is owned by root:lp from the cups package, the associated ghostscript was creating the /etc/cups directory as root:root. /etc/cups is the authoritative source. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- .../ghostscript/ghostscript_9.02.bb|7 ++- 1