diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-04-16 13:00:56 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-04-16 13:00:56 +0000 |
commit | a873d2ce9842923b8d0abae7e4cdfca606b3dd90 (patch) | |
tree | 9637d5d7926c35f53624bb1520a579ebecc2eef4 /recipes/mc/mc.inc | |
parent | 7eec526f3c6ca8eaa5e655ae706d66e565c1a738 (diff) |
mc: Fixed invalid references to staging bindir.
Diffstat (limited to 'recipes/mc/mc.inc')
-rw-r--r-- | recipes/mc/mc.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/mc/mc.inc b/recipes/mc/mc.inc index 6bd3ebeb99..9d00aca664 100644 --- a/recipes/mc/mc.inc +++ b/recipes/mc/mc.inc @@ -12,7 +12,11 @@ SRC_URI = "http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-${PV}.tar. inherit autotools EXTRA_OECONF = "--disable-glibtest --without-x --without-samba \ ---without-nfs --without-gpm-mouse --with-screen=ncurses" +--without-nfs --without-gpm-mouse --with-screen=ncurses \ +ac_cv_path_PERL=${bindir}/perl \ +ac_cv_path_ZIP=${bindir}/zip \ +ac_cv_path_UNZIP=${bindir}/unzip \ +" PACKAGES += "${PN}-extfs ${PN}-hilite" FILES_${PN} = "${bindir}/ ${libexecdir}/mc ${datadir}/mc/*.charsets ${datadir}/mc/*.ext ${datadir}/mc/*.hint ${datadir}/mc/*.hlp ${datadir}/mc/*.lib ${datadir}/mc/*.menu ${datadir}/mc/*.rc ${datadir}/mc/bin /etc/profile.d" |