mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
tar: fix for ethereal chroot-style
This commit is contained in:
parent
34d6624a5c
commit
f0323d0e25
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue