Skip to content

Commit

Permalink
Merge pull request #303 from rear/rear-1.15
Browse files Browse the repository at this point in the history
fixing dangling symlink on SLES 32-bit platforms (OBS) while creating RPM
  • Loading branch information
gdha committed Sep 18, 2013
2 parents 26bd4c0 + 627d387 commit 4eefcae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
@@ -0,0 +1,8 @@
# 55_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
Empty file.
1 change: 0 additions & 1 deletion usr/share/rear/skel/NSR/usr/lib/nsr/lib64

This file was deleted.

0 comments on commit 4eefcae

Please sign in to comment.