xz: dont install binaries

This commit is contained in:
Stefan Saraev 2014-02-02 16:43:32 +02:00
parent a4538c7257
commit 7ce92a0c19

View File

@ -40,3 +40,7 @@ PKG_CONFIGURE_OPTS_HOST="--disable-shared --enable-static \
--disable-nls"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static"
post_makeinstall_target() {
rm -rf $INSTALL/usr/bin
}