move libltdl to the right directory in staging_dir
SVN-Revision: 9959
This commit is contained in:
parent
abf8d4c8cb
commit
d0cba24775
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ define Build/InstallDev
|
||||||
prefix="$(2)" \
|
prefix="$(2)" \
|
||||||
exec_prefix="$(2)" \
|
exec_prefix="$(2)" \
|
||||||
install
|
install
|
||||||
$(INSTALL_DIR) $(1)/lib $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/lib $(1)/usr/include
|
||||||
mv $(2)/lib/* $(1)/lib/
|
mv $(2)/lib/* $(1)/usr/lib/
|
||||||
mv $(2)/include/* $(1)/usr/include/
|
mv $(2)/include/* $(1)/usr/include/
|
||||||
$(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
|
$(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
|
||||||
mv $(2)/share/aclocal/* $(STAGING_DIR_HOST)/share/aclocal/
|
mv $(2)/share/aclocal/* $(STAGING_DIR_HOST)/share/aclocal/
|
||||||
|
|
Loading…
Reference in a new issue