X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/eedfb2737930d49b326246c3ab42be6affc060f8..9fdb87c88819de663ea208016020b26ca484e872:/package/libtool/Makefile?ds=inline diff --git a/package/libtool/Makefile b/package/libtool/Makefile index 61726568b..e2d5b7c8e 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -37,11 +37,11 @@ define Build/InstallDev prefix="$(2)" \ exec_prefix="$(2)" \ install - $(INSTALL_DIR) $(1)/lib $(1)/usr/include - mv $(2)/lib/* $(1)/lib/ + $(INSTALL_DIR) $(1)/usr/lib $(1)/usr/include + mv $(2)/lib/* $(1)/usr/lib/ mv $(2)/include/* $(1)/usr/include/ $(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal - mv $(2)/share/aclocal/* $(STAGING_DIR_HOST)/share/aclocal/ + $(CP) $(2)/share/aclocal/* $(STAGING_DIR_HOST)/share/aclocal/ endef define Package/libltdl/install