chrootsetup_linux.sh: do not hard-code library locations
commit976fc0b4c05ae07156885ec2a6ecfa7b267156bd
authorKyle J. McKay <mackyle@gmail.com>
Sat, 15 Feb 2014 10:28:48 +0000 (15 02:28 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 15 Feb 2014 10:28:48 +0000 (15 02:28 -0800)
tree6889e520129b204e00a2853458a62993cd8a99ff
parentf6504605d8f7e58dca5c3c67829497d5dd62081a
chrootsetup_linux.sh: do not hard-code library locations

Other than the loader expected to be in /lib or /lib64, do not
hard-code any library locations.  They will all be found simply
by following the ldd output.  This improves compatibility with
various distributions.
chrootsetup_linux.sh