Revert "fontconfig: fix install script"

This reverts commit c8a1920582851458796d4b4a2e77ae20d7fbd79e.
This commit is contained in:
Stephan Raue 2012-06-12 20:02:39 +02:00
parent 59edbdcb14
commit 1b69080d7b

View File

@ -23,7 +23,7 @@
. config/options $1 . config/options $1
mkdir -p $INSTALL/usr/bin mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/fc-cache/fc-cache $INSTALL/usr/bin cp $PKG_BUILD/fc-cache/.libs/fc-cache $INSTALL/usr/bin
mkdir -p $INSTALL/etc/fonts mkdir -p $INSTALL/etc/fonts
cp -R $SYSROOT_PREFIX/etc/fonts/* $INSTALL/etc/fonts cp -R $SYSROOT_PREFIX/etc/fonts/* $INSTALL/etc/fonts