diff options
| author | Jeremy Katz <katzj@redhat.com> | 2008-02-13 12:22:24 -0500 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2008-02-14 17:03:26 -0500 |
| commit | 9fa19b7d6a0497f5e65d2e9fad846f814ca2daeb (patch) | |
| tree | 0dcac3f114f862b81b65ae5777190f44543547bc /scripts | |
| parent | 466ba418449afc71c5dc63b2950619924986ad88 (diff) | |
We want nss bits on all arches these days
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 8dc24885a..46bd87d2d 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -1111,10 +1111,6 @@ for p in $DEST $DESTGR; do rm -rf $p/$d done - if [ "$ARCH" != "s390" -a "$ARCH" != "s390x" ]; then - (cd $p/lib* && rm -f libnss_files.so.1 libnss_dns.so.1) - fi - if [ -d $DEST/usr/share/zoneinfo ]; then (cd $DEST/usr/share/zoneinfo; find . -type f -or -type l | grep '^./[A-Z]' | sort | sed 's/^..//' | |
