chroot-texinfo: fix path to automake config file
file moved in 80b96a0ea0
This commit is contained in:
parent
4ade1e92b7
commit
3341bbeb3a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue