From: Jo-Philipp Wich Date: Fri, 10 Dec 2010 10:57:48 +0000 (+0000) Subject: util-macros: fix InstallDev X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=41845514762b83258f1dfa681c220143d9dcc4b6;p=openwrt%2Fsvn-archive%2Fpackages.git util-macros: fix InstallDev SVN-Revision: 24410 --- 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))