imagemagick: do not install in sysroot

This commit is contained in:
awiouy 2016-12-03 13:38:25 +01:00
parent 1a936b6d18
commit 2d19aadff3

View File

@ -37,3 +37,7 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--with-quantum-depth=8 \
--enable-hdri=no \
--disable-openmp"
makeinstall_target() {
make install DESTDIR=$INSTALL
}