From 3341bbeb3aa1773bcbdeb4e81017b5f958bb3a74 Mon Sep 17 00:00:00 2001 From: Frantisek Fladung Date: Mon, 2 Dec 2019 17:23:10 +0100 Subject: [PATCH] chroot-texinfo: fix path to automake config file file moved in 80b96a0ea0 --- srcpkgs/chroot-texinfo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/chroot-texinfo/template b/srcpkgs/chroot-texinfo/template index 1966c1ac3d..b59d1e0da1 100644 --- a/srcpkgs/chroot-texinfo/template +++ b/srcpkgs/chroot-texinfo/template @@ -17,7 +17,7 @@ distfiles="${GNU_SITE}/texinfo/texinfo-${version}.tar.lzma" checksum=6d28b0ceae866e3536142fc552e7a3bc9f84c8303119c25731b2478eef64c9e5 do_configure() { - cp -f ${XBPS_CROSSPFDIR}/config.sub build-aux + cp -f ${XBPS_COMMONDIR}/environment/configure/automake/config.sub build-aux ./configure ${configure_args} --disable-nls }