diff options
| -rw-r--r-- | meta/recipes-extended/mc/mc_4.7.5.2.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-extended/mc/mc_4.7.5.2.bb b/meta/recipes-extended/mc/mc_4.7.5.2.bb index 6b03be7415..59f32ad369 100644 --- a/meta/recipes-extended/mc/mc_4.7.5.2.bb +++ b/meta/recipes-extended/mc/mc_4.7.5.2.bb | |||
| @@ -6,7 +6,7 @@ SECTION = "console/utils" | |||
| 6 | DEPENDS = "ncurses glib-2.0" | 6 | DEPENDS = "ncurses glib-2.0" |
| 7 | RDEPENDS_${PN} = "ncurses-terminfo" | 7 | RDEPENDS_${PN} = "ncurses-terminfo" |
| 8 | 8 | ||
| 9 | PR = "r1" | 9 | PR = "r2" |
| 10 | 10 | ||
| 11 | SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" | 11 | SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2" |
| 12 | 12 | ||
| @@ -18,3 +18,8 @@ inherit autotools gettext | |||
| 18 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" | 18 | EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba" |
| 19 | 19 | ||
| 20 | FILES_${PN}-dbg += "${libexecdir}/mc/.debug/" | 20 | FILES_${PN}-dbg += "${libexecdir}/mc/.debug/" |
| 21 | |||
| 22 | do_install_append () { | ||
| 23 | sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/* | ||
| 24 | |||
| 25 | } | ||
