Merge pull request #3395 from kszaq/libtool_no_source_on_target

libtool: don't install source files on target
This commit is contained in:
Christian Hewitt 2019-04-10 15:37:28 +03:00 committed by GitHub
commit 7ede469446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}