mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 11:42:23 +00:00
tcsh: Do not install symlinks into /bin with usrmerge
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e059bf5da05dd895ac5fde665f283022ad5c59d2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
2acf451b1b
commit
0af5a28854
@ -27,8 +27,10 @@ do_install:append () {
|
||||
oe_runmake install.man DESTDIR=${D}
|
||||
|
||||
install -d ${D}${base_bindir}
|
||||
ln -s /usr/bin/tcsh ${D}${base_bindir}/tcsh
|
||||
ln -s /usr/bin/tcsh ${D}${base_bindir}/csh
|
||||
if ! ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','true','false',d)}; then
|
||||
ln -s /usr/bin/tcsh ${D}${base_bindir}/tcsh
|
||||
ln -s /usr/bin/tcsh ${D}${base_bindir}/csh
|
||||
fi
|
||||
install -d ${D}${sysconfdir}/csh/login.d
|
||||
install -m 0644 ${S}/csh.cshrc ${S}/csh.login ${S}/csh.logout ${S}/complete.tcsh ${D}${sysconfdir}
|
||||
install -D -m 0644 ${S}/csh-mode.el ${D}${datadir}/emacs/site-lisp/csh-mode.el
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user