mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
policycoreutils: override DESTDIR instead of PREFIX
PREFIX should always point to $(DESTDIR)/usr in order to work in the SDK where /lib64 isn't a symlink to /usr/lib64 like it is in our images.
This commit is contained in:
parent
eb258f2da7
commit
cab0f533fb
@ -109,7 +109,7 @@ src_compile() {
|
|||||||
INOTIFYH="$(usex dbus)" \
|
INOTIFYH="$(usex dbus)" \
|
||||||
SESANDBOX="n" \
|
SESANDBOX="n" \
|
||||||
CC="$(tc-getCC)" \
|
CC="$(tc-getCC)" \
|
||||||
PREFIX="${ROOT}" \
|
DESTDIR="${ROOT}" \
|
||||||
PYLIBVER="${EPYTHON}" \
|
PYLIBVER="${EPYTHON}" \
|
||||||
LIBDIR="\$(PREFIX)/$(get_libdir)"
|
LIBDIR="\$(PREFIX)/$(get_libdir)"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user