fontconfig: do not install binaries

This commit is contained in:
Stefan Saraev 2013-10-18 19:15:02 +03:00 committed by Stephan Raue
parent fd074b6cc6
commit 8caaa821ee

View File

@ -51,11 +51,5 @@ pre_configure_target() {
}
post_makeinstall_target() {
rm -rf $INSTALL/usr/bin/fc-cat
rm -rf $INSTALL/usr/bin/fc-list
rm -rf $INSTALL/usr/bin/fc-match
rm -rf $INSTALL/usr/bin/fc-pattern
rm -rf $INSTALL/usr/bin/fc-query
rm -rf $INSTALL/usr/bin/fc-scan
rm -rf $INSTALL/usr/bin/fc-validate
rm -rf $INSTALL/usr/bin
}