mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 21:41:05 +02:00
net-libs/libtirpc: Apply CoreOS changes
This commit is contained in:
parent
11d0f414b9
commit
3fe539ea7e
@ -32,6 +32,9 @@ src_prepare() {
|
||||
epatch "${PATCHES[@]}"
|
||||
epatch_user
|
||||
eautoreconf
|
||||
|
||||
# COREOS: Set netconfig path to /usr so NFS works in PXE/ISO-booted systems.
|
||||
sed -i -e "s,/etc,/usr/share/tirpc," "${S}/tirpc/netconfig.h" || die
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
@ -52,7 +55,7 @@ multilib_src_install() {
|
||||
multilib_src_install_all() {
|
||||
einstalldocs
|
||||
|
||||
insinto /etc
|
||||
insinto /usr/share/tirpc
|
||||
doins doc/netconfig
|
||||
|
||||
insinto /usr/include/tirpc
|
||||
|
Loading…
x
Reference in New Issue
Block a user