From: Ross Burton Date: Thu, 2 Jan 2020 23:16:20 +0000 (+0000) Subject: fontcache: fix indentation X-Git-Tag: uninative-2.8~444 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=be65d542a30e68479602d6e2fe5c993e77a70dd3;p=openembedded-core.git fontcache: fix indentation Signed-off-by: Ross Burton --- diff --git a/meta/classes/fontcache.bbclass b/meta/classes/fontcache.bbclass index 13f9df1592..97e7f17f00 100644 --- a/meta/classes/fontcache.bbclass +++ b/meta/classes/fontcache.bbclass @@ -20,7 +20,7 @@ if [ -n "$D" ] ; then $INTERCEPT_DIR/postinst_intercept update_font_cache ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREFIX} \ 'bindir="${bindir}"' \ 'libdir="${libdir}"' \ - 'libexecdir="${libexecdir}"' \ + 'libexecdir="${libexecdir}"' \ 'base_libdir="${base_libdir}"' \ 'fontconfigcachedir="${FONTCONFIG_CACHE_DIR}"' \ 'fontconfigcacheparams="${FONTCONFIG_CACHE_PARAMS}"' \