[OE-core] [PATCH 1/2] ctags: add

Khem Raj raj.khem at gmail.com
Thu May 7 06:28:36 UTC 2015


> On May 6, 2015, at 2:38 PM, Igor Santos <igor.santos at aker.com.br> wrote:
> 
> +do_install() {
> +    install -d ${D}${bindir}
> +    install -m 755 ${B}/ctags ${D}${bindir}/
> +    install -d ${D}${mandir}/man1/
> +    install -m 644 ${B}/ctags.1 ${D}${mandir}/man1/
> +}

you could just bundle whole function into two lines

install -Dm 0755 ${B}/ctags ${D}${bindir}/ctags
install -Dm 0644 ${B}/ctags.1 ${D}${mandir}/man1/ctags.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150506/1d6dc4b8/attachment-0002.sig>


More information about the Openembedded-core mailing list