diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-03-30 20:25:06 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-03-30 20:25:06 +0000 |
commit | 9fdd2e01e2f849aa6677dc6c1ec8e48444235c11 (patch) | |
tree | 8f82f8f91e30c813048bf4915688f479bc85a221 /recipes/mc/mc_4.6.2.bb | |
parent | 56ff0ec54b47b82b30fa260d8048a6425e2644c9 (diff) |
mc: Use system libexecdir.
Diffstat (limited to 'recipes/mc/mc_4.6.2.bb')
-rw-r--r-- | recipes/mc/mc_4.6.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mc/mc_4.6.2.bb b/recipes/mc/mc_4.6.2.bb index 9310857b66..75d2a1b551 100644 --- a/recipes/mc/mc_4.6.2.bb +++ b/recipes/mc/mc_4.6.2.bb @@ -23,7 +23,7 @@ SRC_URI = "http://www.midnight-commander.org/downloads/${P}.tar.gz \ file://mc-cursor-appearance.patch;patch=1 \ file://mc-esc-seq.patch;patch=1" -EXTRA_OECONF = "--libexecdir=${libdir} --without-x --without-samba \ +EXTRA_OECONF = "--without-x --without-samba \ --without-nfs --without-gpm-mouse --enable-charset" do_unpack_append() { |