summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb
diff options
context:
space:
mode:
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.bb8
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
19EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'" 19EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'"
20inherit autotools 20inherit autotools
21 21
22do_compile_prepend() { 22do_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
26do_install_append () { 26do_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
37FILES_${PN} += "${datadir}/emacs/site-lisp/csh-mode.el" 37FILES:${PN} += "${datadir}/emacs/site-lisp/csh-mode.el"
38 38
39 39
40pkg_postinst_${PN} () { 40pkg_postinst:${PN} () {
41#!/bin/sh -e 41#!/bin/sh -e
42echo /usr/bin/tcsh >> $D/etc/shells 42echo /usr/bin/tcsh >> $D/etc/shells
43echo /usr/bin/csh >> $D/etc/shells 43echo /usr/bin/csh >> $D/etc/shells