From: jow Date: Fri, 10 Dec 2010 10:57:48 +0000 (+0000) Subject: [packages] util-macros: fix InstallDev X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a330a86662a464c7b8ca7a632a00286eb61094f5;p=packages.git [packages] util-macros: fix InstallDev git-svn-id: svn://svn.openwrt.org/openwrt/packages@24410 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Xorg/xorg/util/util-macros/Makefile b/Xorg/xorg/util/util-macros/Makefile index 5bcdea840..356b7666f 100644 --- a/Xorg/xorg/util/util-macros/Makefile +++ b/Xorg/xorg/util/util-macros/Makefile @@ -42,8 +42,8 @@ endef #endef define Build/InstallDev - $(INSTALL_DIR) $(2)/share/aclocal - $(CP) $(PKG_BUILD_DIR)/*.m4 $(2)/share/aclocal/ + $(INSTALL_DIR) $(STAGING_DIR)/host/share/aclocal + $(INSTALL_DATA) $(PKG_BUILD_DIR)/xorg-macros.m4 $(STAGING_DIR)/host/share/aclocal/ endef $(eval $(call BuildPackage,util-macros))