diff options
Diffstat (limited to 'meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb')
| -rw-r--r-- | meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb b/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb index f74f582e34..ac6c6db813 100644 --- a/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb +++ b/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb | |||
| @@ -19,11 +19,11 @@ SRC_URI[sha256sum] = "eb16356243218c32f39e07258d72bf8b21e62ce94bb0e8a95e318b1513 | |||
| 19 | EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'" | 19 | EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'" |
| 20 | inherit autotools | 20 | inherit autotools |
| 21 | 21 | ||
| 22 | do_compile_prepend() { | 22 | do_compile:prepend() { |
| 23 | oe_runmake CC_FOR_GETHOST='${BUILD_CC}' CFLAGS='${BUILD_CFLAGS}' gethost | 23 | oe_runmake CC_FOR_GETHOST='${BUILD_CC}' CFLAGS='${BUILD_CFLAGS}' gethost |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | do_install_append () { | 26 | do_install:append () { |
| 27 | oe_runmake install.man DESTDIR=${D} | 27 | oe_runmake install.man DESTDIR=${D} |
| 28 | 28 | ||
| 29 | install -d ${D}${base_bindir} | 29 | install -d ${D}${base_bindir} |
| @@ -34,10 +34,10 @@ do_install_append () { | |||
| 34 | install -D -m 0644 ${S}/csh-mode.el ${D}${datadir}/emacs/site-lisp/csh-mode.el | 34 | install -D -m 0644 ${S}/csh-mode.el ${D}${datadir}/emacs/site-lisp/csh-mode.el |
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | FILES_${PN} += "${datadir}/emacs/site-lisp/csh-mode.el" | 37 | FILES:${PN} += "${datadir}/emacs/site-lisp/csh-mode.el" |
| 38 | 38 | ||
| 39 | 39 | ||
| 40 | pkg_postinst_${PN} () { | 40 | pkg_postinst:${PN} () { |
| 41 | #!/bin/sh -e | 41 | #!/bin/sh -e |
| 42 | echo /usr/bin/tcsh >> $D/etc/shells | 42 | echo /usr/bin/tcsh >> $D/etc/shells |
| 43 | echo /usr/bin/csh >> $D/etc/shells | 43 | echo /usr/bin/csh >> $D/etc/shells |
