mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
fix staging dir installation of libcgi
SVN-Revision: 6553
This commit is contained in:
parent
2cba1e7bfb
commit
d011024713
@ -22,6 +22,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Build/InstallDev
|
||||
mkdir -p $(STAGING_DIR)/usr/include $(STAGING_DIR)/usr/lib
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
prefix="$(STAGING_DIR)/usr" \
|
||||
install
|
||||
|
Loading…
Reference in New Issue
Block a user