From: nbd Date: Tue, 25 Dec 2007 02:52:35 +0000 (+0000) Subject: fix a compile error in xorg headers X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=9513ae51a5dba77a9c9fb0f5cecd4607cf8e8938;p=packages.git fix a compile error in xorg headers git-svn-id: svn://svn.openwrt.org/openwrt/packages@9913 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/XOrg/headers/native/Makefile b/XOrg/headers/native/Makefile index 800c31c30..71b1289e4 100644 --- a/XOrg/headers/native/Makefile +++ b/XOrg/headers/native/Makefile @@ -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))