sys-devel/gcc: Fix broken fix-libtool-files.sh again, doh
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 6 Oct 2017 18:40:23 +0000 (20:40 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 6 Oct 2017 18:43:06 +0000 (20:43 +0200)
Package-Manager: Portage-2.3.11, Repoman-2.3.3

sys-devel/gcc/files/fix_libtool_files.sh

index ad137a9866fbe754ac22317f31c87017a9ba4100..53c46de0fdc99af5501193228561b4369b83a1d1 100644 (file)
@@ -38,7 +38,6 @@ ARGV3=$3
 
 . /etc/profile || exit 1
 
-if [ ${EUID:-0} -ne 0 ] ; then
 if [ ${EUID:-0} -ne 0   -a   "${EPREFIX}" == '' ] ; then
        echo "${0##*/}: Must be root."
        exit 1