Current File : //usr/local/jetapps/usr/share/rear/build/NSR/default/550_add_nsr_libs_to_ldsoconf.sh
# 550_add_nsr_libs_to_ldsoconf.sh
if [[ -f $ROOTFS_DIR/etc/ld.so.conf ]]; then
     Log "Add NSR library paths to etc/ld.so.conf"
     cat >> $ROOTFS_DIR/etc/ld.so.conf <<-EOD
	/usr/lib/nsr
	/usr/lib/nsr/lib64
	EOD
fi