diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-03-23 14:26:10 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-03-23 14:26:10 +0000 |
commit | 168ef319c7d2ff50bcf3299293d2745cfbcdf19f (patch) | |
tree | 38e207a7cef82b6409e792a96d58a6515a02057c /scripts | |
parent | 1fbb0a8d18aa793ea4e65bd25b518bf5d36d688c (diff) | |
download | anaconda-168ef319c7d2ff50bcf3299293d2745cfbcdf19f.tar.gz anaconda-168ef319c7d2ff50bcf3299293d2745cfbcdf19f.tar.xz anaconda-168ef319c7d2ff50bcf3299293d2745cfbcdf19f.zip |
2007-03-23 Jeremy Katz <katzj@redhat.com>
* scripts/upd-instroot (KEEPFILE): zlib is moving to /lib
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index aa80d1d5c..c8aab2f6e 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -314,6 +314,7 @@ $LIBDIR/libgthread* $LIBDIR/libncurses* $LIBDIR/libvolume_id* $LIBDIR/libtinfo* +$LIBDIR/libz.* lib/terminfo/* sbin/badblocks sbin/busybox.anaconda @@ -531,6 +532,7 @@ $LIBDIR/ld*.so* $LIBDIR/libresolv.so* $LIBDIR/libresolv-*.so* $LIBDIR/libvtoc*.so* +$LIBDIR/libz.so* lib/modules/ibm/* etc/xinetd.conf etc/pam.d/sshd |