fix a compile error in xorg headers
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9913 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2c4b5497a1
commit
9513ae51a5
@ -34,7 +34,8 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
cp -r $(PKG_BUILD_DIR)/* $(1)/include/
|
||||
$(INSTALL_DIR) $(1)/include
|
||||
$(CP) $(PKG_BUILD_DIR)/* $(1)/include/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,xorg-headers-native))
|
||||
|
Loading…
x
Reference in New Issue
Block a user