From: nbd Date: Thu, 27 Dec 2007 12:35:03 +0000 (+0000) Subject: move libltdl to the right directory in staging_dir X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=1a29ac6fa7c4075604072a2504f5428228b645f8;hp=b24fe44c0d9e02336171b0538ff0d5e6c6af94e8;p=openwrt-10.03%2F.git move libltdl to the right directory in staging_dir git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9959 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/libtool/Makefile b/package/libtool/Makefile index 61726568b..d03920f0d 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -37,8 +37,8 @@ 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/