mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
@@ -57,10 +57,10 @@ define Build/InstallDev
|
||||
$(INSTALL_DATA) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/pkgconfig/*.pc \
|
||||
$(1)/usr/lib/pkgconfig/
|
||||
$(INSTALL_DIR) $(STAGING_DIR_HOST)/share/vala-0.30/vapi/
|
||||
$(INSTALL_DIR) $(STAGING_DIR)/host/share/vala-0.30/vapi/
|
||||
$(INSTALL_DATA) \
|
||||
$(PKG_INSTALL_DIR)/usr/share/vala/vapi/* \
|
||||
$(STAGING_DIR_HOST)/share/vala-0.30/vapi
|
||||
$(STAGING_DIR)/host/share/vala-0.30/vapi
|
||||
endef
|
||||
|
||||
define Package/libgee/install
|
||||
|
||||
Reference in New Issue
Block a user