From: Daniel Golle Date: Mon, 21 Sep 2020 17:51:37 +0000 (+0100) Subject: policycoreutils: fix ALTERNATIVES install location X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=236e79abb72e22c6e87110a7b0e5288cf3b48efa;p=openwrt%2Fstaging%2Fwigyori.git policycoreutils: fix ALTERNATIVES install location Fixes: 7817c831ef ("policycoreutils: break into smaller packages") Signed-off-by: Daniel Golle --- diff --git a/package/utils/policycoreutils/Makefile b/package/utils/policycoreutils/Makefile index 3fd0e39081..03b3fd4879 100644 --- a/package/utils/policycoreutils/Makefile +++ b/package/utils/policycoreutils/Makefile @@ -135,7 +135,7 @@ endef define BuildUtil define Package/$(1)/install $(INSTALL_DIR) $$(1)$(2) - $(INSTALL_BIN) $$(PKG_INSTALL_DIR)$(2)/$(3) $$(1)$(2) + $(INSTALL_BIN) $$(PKG_INSTALL_DIR)$(2)/$(3) $$(1)$(2)/$(if $(ALTS_$(3)),policycoreutils-$(3),$(3)) endef $$(eval $$(call BuildPackage,$(1)))