fix a compile error in xorg headers
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 25 Dec 2007 02:52:35 +0000 (02:52 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 25 Dec 2007 02:52:35 +0000 (02:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9913 3c298f89-4303-0410-b956-a3cf2f4a3e73

XOrg/headers/native/Makefile

index 800c31c..71b1289 100644 (file)
@@ -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))