diff options
| author | Chris Lumens <clumens@redhat.com> | 2008-09-11 13:14:24 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2008-09-11 13:14:24 -0400 |
| commit | 5dc2db8cdf58f8ec3c1acbfab231677afc87f30e (patch) | |
| tree | b832df7138f3d32ecdd847df2886dc72efcac28a /scripts | |
| parent | 9bc2f5518f9d5191998b6f024da0f78c74527b69 (diff) | |
Helps to get the right soname in the initrd.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 994f651aa..279833b77 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -699,7 +699,7 @@ makeinitrd() { # Indirect dependencies install -m 755 $IMGPATH/$LIBDIR/libfreebl3.so $MBD_DIR/$LIBDIR/ install -m 755 $IMGPATH/$LIBDIR/libsoftokn3.so $MBD_DIR/$LIBDIR/ - install -m 755 $IMGPATH/usr/$LIBDIR/libsqlite3.so $MBD_DIR/usr/$LIBDIR/ + install -m 755 $IMGPATH/usr/$LIBDIR/libsqlite3.so.0 $MBD_DIR/usr/$LIBDIR/ install -m 755 $IMGPATH/$LIBDIR/libnss_dns.so.2 $MBD_DIR/$LIBDIR/ install -m 755 $IMGPATH/$LIBDIR/libnss_files.so.2 $MBD_DIR/$LIBDIR/ install -m 755 $IMGPATH/$LIBDIR/libgcc_s.so.1 $MBD_DIR/$LIBDIR/ |
