fakeroot: fix on musl
This commit is contained in:
parent
2ac17b2358
commit
04de0a800c
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fakeroot'
|
# Template file for 'fakeroot'
|
||||||
pkgname=fakeroot
|
pkgname=fakeroot
|
||||||
version=1.25.3
|
version=1.25.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
|
@ -39,6 +39,8 @@ post_patch() {
|
||||||
#ls doesn't report owner as root
|
#ls doesn't report owner as root
|
||||||
vsed -i test/Makefile.am \
|
vsed -i test/Makefile.am \
|
||||||
-e '/ t\.touchinstall/d'
|
-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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue