autoconf-archive: dont install problematic m4 file

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-10-30 23:42:49 +01:00
parent b6b287e778
commit 0b732b004e

View File

@ -32,5 +32,9 @@ cd $PKG_BUILD
--prefix=$ROOT/$TOOLCHAIN \
make
# make install
make prefix=$SYSROOT_PREFIX/usr install
make prefix=$SYSROOT_PREFIX/usr install
# remove problematic m4 file
rm -rf $SYSROOT_PREFIX/usr/share/aclocal/ax_prog_cc_for_build.m4