Let libol-config return paths relative to $(STAGING_DIR).

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12914 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2008-10-08 16:40:43 +00:00
parent a72bbe029b
commit 1202eddaea

View File

@ -48,6 +48,9 @@ define Build/InstallDev
$(INSTALL_BIN) \
$(PKG_INSTALL_DIR)/usr/bin/libol-config \
$(2)/bin/
$(SED) \
's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' \
$(2)/bin/libol-config
$(INSTALL_DIR) $(1)/usr/include/libol
$(INSTALL_DATA) \