[packages] util-macros: fix InstallDev

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24410 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-12-10 10:57:48 +00:00
parent e022d0f05c
commit a330a86662

View File

@ -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))