1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

fix staging dir installation of libcgi

SVN-Revision: 6553
This commit is contained in:
Felix Fietkau 2007-03-11 17:37:58 +00:00
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