mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04: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:
@@ -93,8 +93,8 @@ MAKE_FLAGS += \
|
||||
OPT="$(TARGET_CFLAGS)" \
|
||||
INSTALLSUID="install -m 4755" \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
RPCGEN_PATH=$(STAGING_DIR_HOST)/bin/rpcgen \
|
||||
RPCGEN=$(STAGING_DIR_HOST)/bin/rpcgen
|
||||
RPCGEN_PATH=$(STAGING_DIR)/host/bin/rpcgen \
|
||||
RPCGEN=$(STAGING_DIR)/host/bin/rpcgen
|
||||
|
||||
HOST_CFLAGS += -Dlinux
|
||||
|
||||
@@ -125,7 +125,8 @@ define Host/Compile
|
||||
endef
|
||||
|
||||
define Host/Install
|
||||
$(INSTALL_BIN) $(HOST_BUILD_DIR)/tools/rpcgen/rpcgen $(STAGING_DIR_HOST)/bin/rpcgen
|
||||
$(INSTALL_DIR) $(STAGING_DIR)/host/bin
|
||||
$(INSTALL_BIN) $(HOST_BUILD_DIR)/tools/rpcgen/rpcgen $(STAGING_DIR)/host/bin/rpcgen
|
||||
endef
|
||||
|
||||
define Package/nfs-kernel-server/install
|
||||
|
||||
Reference in New Issue
Block a user