fixed install of Mesa

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8957 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2007-09-22 21:02:31 +00:00
parent e91872ae63
commit 39278f7041

View File

@ -33,7 +33,7 @@ define Build/Compile
endef
define Build/InstallDev
$(CP) -r $(PKG_BUILD_DIR)/include/* $(STAGING_DIR)/include
$(CP) -r $(PKG_BUILD_DIR)/include/* $(STAGING_DIR)/usr/include
endef
$(eval $(call BuildPackage,Mesa))