diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2010-02-25 00:29:13 +0100 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2010-02-25 00:30:43 +0100 |
commit | 2f3568adab6d26f8f5c6beedd339998a5ed3a9b5 (patch) | |
tree | f6c3b815caca5e95751b1aa13ecf78a2dd976daa /recipes/mc | |
parent | b8c742d6c653ead0510a7b60689c7e82b1ab5cce (diff) |
mc: Fix build of 4.6.2 by not deleting required config.rpath
Diffstat (limited to 'recipes/mc')
-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 387187dc52..d90b6f9bdd 100644 --- a/recipes/mc/mc_4.6.2.bb +++ b/recipes/mc/mc_4.6.2.bb @@ -81,7 +81,7 @@ do_utf8_conversion() { do_configure_prepend() { -AUTOFOO="config.guess config.rpath config.sub depcomp install-sh missing mkinstalldirs" +AUTOFOO="config.guess config.sub depcomp install-sh missing mkinstalldirs" for i in ${AUTOFOO}; do rm config/${i} |