diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-27 12:35:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-27 12:35:03 +0000 |
commit | 7e966d6e7faa4d5445842eb703953885d3892822 (patch) | |
tree | 6684bb51f15543be5ddb3938d0017b93a334dca9 /package | |
parent | 3fcaf0660234653bf735ea3f2241c2297897b775 (diff) | |
download | upstream-7e966d6e7faa4d5445842eb703953885d3892822.tar.gz upstream-7e966d6e7faa4d5445842eb703953885d3892822.tar.bz2 upstream-7e966d6e7faa4d5445842eb703953885d3892822.zip |
move libltdl to the right directory in staging_dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9959 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/libtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index 61726568b0..d03920f0d2 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/ |