diff options
author | Ross Burton <ross.burton@intel.com> | 2020-01-02 23:16:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-27 16:38:54 +0000 |
commit | be65d542a30e68479602d6e2fe5c993e77a70dd3 (patch) | |
tree | ef0b1dd51c53349644395cd24d82de9248a27f69 /meta/classes/fontcache.bbclass | |
parent | e0e7a6a8b4041d858e6a5f0e7d32f5df38ac53c5 (diff) | |
download | openembedded-core-contrib-be65d542a30e68479602d6e2fe5c993e77a70dd3.tar.gz |
fontcache: fix indentation
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/fontcache.bbclass')
-rw-r--r-- | meta/classes/fontcache.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/fontcache.bbclass b/meta/classes/fontcache.bbclass index 13f9df1592f..97e7f17f00e 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}"' \ |