Commit f628f2e8 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

util-inux: MKINSTALLDIRS workaround is needed for host install as well

parent 9777dbed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -105,3 +105,4 @@ $(eval $(host-autotools-package))
# one, so it disappears
UTIL_LINUX_INSTALL_STAGING_OPT += MKINSTALLDIRS=$(@D)/config/mkinstalldirs
UTIL_LINUX_INSTALL_TARGET_OPT += MKINSTALLDIRS=$(@D)/config/mkinstalldirs
HOST_UTIL_LINUX_INSTALL_OPT += MKINSTALLDIRS=$(@D)/config/mkinstalldirs