diff --git a/srcpkgs/chroot-texinfo/template b/srcpkgs/chroot-texinfo/template index 1966c1ac3db..b59d1e0da1b 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 }