fakeroot: fix on musl

This commit is contained in:
q66 2021-11-06 19:32:48 +01:00
parent 2ac17b2358
commit 04de0a800c

View file

@ -1,7 +1,7 @@
# Template file for 'fakeroot'
pkgname=fakeroot
version=1.25.3
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake libtool"
@ -39,6 +39,8 @@ post_patch() {
#ls doesn't report owner as root
vsed -i test/Makefile.am \
-e '/ t\.touchinstall/d'
vsed -i -i configure.ac \
-e 's/__${PRE}x${FUNC} _${PRE}x${FUNC} __${PRE}${FUNC}13 ${PRE}${FUNC}/${PRE}${FUNC}/'
fi
}