policycoreutils: install to host/bin not hostpkg
[openwrt/openwrt.git] / include / image.mk
index da3d500e81270abd86a04e3282990b49df858873..f72095db56345e1ca803a56cc93cc2416bebc7d4 100644 (file)
@@ -243,7 +243,7 @@ endef
 
 ifeq ($(CONFIG_TARGET_ROOTFS_SECURITY_LABELS),y)
 define Image/mkfs/squashfs
-       echo "$(STAGING_DIR_HOSTPKG)/bin/setfiles -r" \
+       echo "$(STAGING_DIR_HOST)/bin/setfiles -r" \
             "$(call mkfs_target_dir,$(1))" \
             "$(call mkfs_target_dir,$(1))/etc/selinux/targeted/contexts/files/file_contexts " \
             "$(call mkfs_target_dir,$(1))" > $@.fakeroot-script