mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 17:04:42 +02:00
move libltdl to the right directory in staging_dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9959 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b24fe44c0d
commit
1a29ac6fa7
@ -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…
x
Reference in New Issue
Block a user