From a330a86662a464c7b8ca7a632a00286eb61094f5 Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 10 Dec 2010 10:57:48 +0000 Subject: [PATCH] [packages] util-macros: fix InstallDev git-svn-id: svn://svn.openwrt.org/openwrt/packages@24410 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Xorg/xorg/util/util-macros/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.11.0