font-util:

- install *.m4 to $SYSROOT_PREFIX/usr/share/aclocal
- cleanups
This commit is contained in:
Stephan Raue 2010-06-06 00:20:20 +02:00
parent d4c2b74688
commit 2a2c9198d3

View File

@ -16,4 +16,7 @@ make
make install-binPROGRAMS
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
cp -PR *.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
cp *.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
mkdir -p $SYSROOT_PREFIX/usr/share/aclocal
cp *.m4 $SYSROOT_PREFIX/usr/share/aclocal