fontconfig: do not install binaries

This commit is contained in:
Stefan Saraev 2013-10-18 19:15:02 +03:00
parent f4fd322f95
commit a5d3c10ad0

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
}