summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-10-06 20:40:23 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-10-06 20:43:06 +0200
commit61df408999307624e2c276dac50bfa5c6b018970 (patch)
tree180891a2dce0262811a7abf2b345a9177174f8ae
parentprofiles: generate nios2 17.0 profile tree (diff)
downloadgentoo-61df408999307624e2c276dac50bfa5c6b018970.tar.gz
gentoo-61df408999307624e2c276dac50bfa5c6b018970.tar.bz2
gentoo-61df408999307624e2c276dac50bfa5c6b018970.zip
sys-devel/gcc: Fix broken fix-libtool-files.sh again, doh
Package-Manager: Portage-2.3.11, Repoman-2.3.3
-rw-r--r--sys-devel/gcc/files/fix_libtool_files.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-devel/gcc/files/fix_libtool_files.sh b/sys-devel/gcc/files/fix_libtool_files.sh
index ad137a9866fb..53c46de0fdc9 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