Skip to content
Snippets Groups Projects
Commit 236e79ab authored by Daniel Golle's avatar Daniel Golle
Browse files

policycoreutils: fix ALTERNATIVES install location


Fixes: 7817c831 ("policycoreutils: break into smaller packages")
Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
parent 7817c831
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ endef ...@@ -135,7 +135,7 @@ endef
define BuildUtil define BuildUtil
define Package/$(1)/install define Package/$(1)/install
$(INSTALL_DIR) $$(1)$(2) $(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 endef
$$(eval $$(call BuildPackage,$(1))) $$(eval $$(call BuildPackage,$(1)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment