|
Lines 191-197
Link Here
|
| 191 |
|
191 |
|
| 192 |
# search and add ld*.so |
192 |
# search and add ld*.so |
| 193 |
for LIB in /$(get_libdir)/ld.so /libexec/ld-elf.so /libexec/ld-elf.so.1 \ |
193 |
for LIB in /$(get_libdir)/ld.so /libexec/ld-elf.so /libexec/ld-elf.so.1 \ |
| 194 |
/usr/libexec/ld.so /$(get_libdir)/ld-linux.so.2 /usr/libexec/ld-elf.so.1; do |
194 |
/usr/libexec/ld.so /$(get_libdir)/ld-linux.so.2 /usr/libexec/ld-elf.so.1 \ |
|
|
195 |
/$(get_libdir)/ld-linux-*.so.2; do |
| 195 |
[ -f "${LIB}" ] && LIB_LIST="${LIB_LIST} ${LIB}" |
196 |
[ -f "${LIB}" ] && LIB_LIST="${LIB_LIST} ${LIB}" |
| 196 |
done |
197 |
done |
| 197 |
|
198 |
|
|
Lines 204-209
Link Here
|
| 204 |
if [ ! -d "${myhome}" ]; then |
205 |
if [ ! -d "${myhome}" ]; then |
| 205 |
einfo "Creating ${myhome}" |
206 |
einfo "Creating ${myhome}" |
| 206 |
install -o0 -g0 -m0755 -d "${myhome}" |
207 |
install -o0 -g0 -m0755 -d "${myhome}" |
|
|
208 |
else |
| 209 |
einfo "Setting owner for ${myhome}" |
| 210 |
chown root:root "${myhome}" |
| 207 |
fi |
211 |
fi |
| 208 |
|
212 |
|
| 209 |
if [ ! -d "${myhome}/etc" ]; then |
213 |
if [ ! -d "${myhome}/etc" ]; then |