libtool: don't install source files on target

This commit is contained in:
kszaq 2019-04-02 13:34:38 +02:00
parent 47af2b4d51
commit cf69296bda

View File

@ -14,3 +14,8 @@ PKG_LONGDESC="A generic library support script."
PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_HOST="--enable-static --disable-shared"
post_makeinstall_target() {
rm -rf $INSTALL/usr/bin
rm -rf $INSTALL/usr/share
}