Skip to content
Snippets Groups Projects
Commit d0cba247 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

move libltdl to the right directory in staging_dir

SVN-Revision: 9959
parent abf8d4c8
No related branches found
No related tags found
No related merge requests found
......@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment