From 61d9a38f56cc0e273c2b55418ee317b664920321 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 22 Aug 2018 21:34:51 -0300 Subject: [PATCH] libmpack: fix cross --- srcpkgs/libmpack/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/libmpack/template b/srcpkgs/libmpack/template index 6ad982ee986..d96dd3b358e 100644 --- a/srcpkgs/libmpack/template +++ b/srcpkgs/libmpack/template @@ -4,6 +4,7 @@ version=1.0.5 revision=1 build_style=gnu-makefile make_build_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool" +make_install_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool" makedepends="libtool" short_desc="Simple implementation of msgpack in C" maintainer="maxice8 "