fontforge: fix reconfigure

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-19 02:34:18 +01:00
parent fa0600bcb1
commit 44e8576d19

View File

@@ -20,7 +20,7 @@ EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disa
do_configure_prepend() {
currdir=`pwd`
cd ${S}
./bootstrap
./bootstrap --force
cd $currdir
}