diff options
| -rw-r--r-- | meta-oe/recipes-shells/zsh/zsh_5.8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-shells/zsh/zsh_5.8.bb b/meta-oe/recipes-shells/zsh/zsh_5.8.bb index b023e8d297..7602ff9f64 100644 --- a/meta-oe/recipes-shells/zsh/zsh_5.8.bb +++ b/meta-oe/recipes-shells/zsh/zsh_5.8.bb | |||
| @@ -22,8 +22,8 @@ inherit autotools-brokensep gettext update-alternatives manpages | |||
| 22 | EXTRA_OECONF = " \ | 22 | EXTRA_OECONF = " \ |
| 23 | --bindir=${base_bindir} \ | 23 | --bindir=${base_bindir} \ |
| 24 | --enable-etcdir=${sysconfdir} \ | 24 | --enable-etcdir=${sysconfdir} \ |
| 25 | --enable-fndir=${datadir}/${PN}/${PV}/functions \ | 25 | --enable-fndir=${datadir}/${BPN}/${PV}/functions \ |
| 26 | --enable-site-fndir=${datadir}/${PN}/site-functions \ | 26 | --enable-site-fndir=${datadir}/${BPN}/site-functions \ |
| 27 | --with-term-lib='ncursesw ncurses' \ | 27 | --with-term-lib='ncursesw ncurses' \ |
| 28 | --with-tcsetpgrp \ | 28 | --with-tcsetpgrp \ |
| 29 | --enable-cap \ | 29 | --enable-cap \ |
