--- elwix/build_romfs.sh 2013/07/29 08:52:16 1.6.2.2 +++ elwix/build_romfs.sh 2013/07/29 09:03:57 1.6.2.3 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_romfs.sh,v 1.6.2.2 2013/07/29 08:52:16 misho Exp $ +# $Id: build_romfs.sh,v 1.6.2.3 2013/07/29 09:03:57 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -128,6 +128,8 @@ install_romfs() install -v ${CFGDIR}/root.skel/logout $SKEL/dot.logout; install -v ${CFGDIR}/root.skel/profile $SKEL/dot.profile; install -v ${CFGDIR}/root.skel/vimrc $SKEL/dot.vimrc; + + find ${WORLD}/libexec -type f -name ld-elf.so\* -exec install {} $LIBEXEC \; find ${WORLD}/lib -type f -name \*.so.\* -exec install {} $LIBS \; find ${WORLD}/lib -type f -name libalias_\*.so -exec install {} $LIBS \;