From 65915b1e0347eadd6ff75c6577eb02cf44d25489 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 10 Dec 2010 10:57:48 +0000 Subject: [PATCH] [packages] util-macros: fix InstallDev SVN-Revision: 24410 --- 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 5bcdea8401..356b7666f5 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.30.2