tar: fix for ethereal chroot-style

This commit is contained in:
Juan RP 2020-01-01 13:06:53 +01:00
parent 34d6624a5c
commit f0323d0e25

View file

@ -13,6 +13,8 @@ distfiles="${GNU_SITE}/tar/${pkgname}-${version}.tar.xz"
checksum=d0d3ae07f103323be809bc3eac0dcc386d52c5262499fe05511ac4788af1fdd8
pre_configure() {
# chroot-style=ethereal
export FORCE_UNSAFE_CONFIGURE=1
# avoid regenerating doc on install
touch -r doc/stamp-vti configure
}