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:
Michael Marineau 2015-08-14 17:48:41 -07:00
parent eb258f2da7
commit cab0f533fb

View File

@ -109,7 +109,7 @@ src_compile() {
INOTIFYH="$(usex dbus)" \
SESANDBOX="n" \
CC="$(tc-getCC)" \
PREFIX="${ROOT}" \
DESTDIR="${ROOT}" \
PYLIBVER="${EPYTHON}" \
LIBDIR="\$(PREFIX)/$(get_libdir)"
}