commit: 61df408999307624e2c276dac50bfa5c6b018970
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 6 18:40:23 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 6 18:43:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61df4089
sys-devel/gcc: Fix broken fix-libtool-files.sh again, doh
Package-Manager: Portage-2.3.11, Repoman-2.3.3
sys-devel/gcc/files/fix_libtool_files.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys-devel/gcc/files/fix_libtool_files.sh
b/sys-devel/gcc/files/fix_libtool_files.sh
index ad137a9866f..53c46de0fdc 100644
--- a/sys-devel/gcc/files/fix_libtool_files.sh
+++ b/sys-devel/gcc/files/fix_libtool_files.sh
@@ -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