upd-instroot with x86_64 arch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

 

In /usr/lib/anaconda-runtime/upd-instroot, line 1011

 

It should be

 

        if [ "$ARCH" != "s390" -a "$ARCH" != "s390x" ]; then

           (cd $p/$LIBDIR; rm -f libnss_files.so.1 libnss_dns.so.1)

        fi

 

and not

 

        if [ "$ARCH" != "s390" -a "$ARCH" != "s390x" ]; then

           (cd $p/lib; rm -f libnss_files.so.1 libnss_dns.so.1)

        fi

 

to be compliant with x86_64 architecture.

 

Regards
David Maciejak

 


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux