fix staging dir installation of libcgi

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6553 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2007-03-11 17:37:58 +00:00
parent 7bd0450517
commit 19fc197315
1 changed files with 1 additions and 0 deletions

View File

@ -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