lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 890f9e3 01/10: Augment redhat notes


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 890f9e3 01/10: Augment redhat notes
Date: Thu, 26 Sep 2019 09:40:18 -0400 (EDT)

branch: master
commit 890f9e38bf0396982369e5aafbc5d6092b90b6f8
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Augment redhat notes
---
 gwc/rh.sh | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gwc/rh.sh b/gwc/rh.sh
index 248c754..3afef72 100644
--- a/gwc/rh.sh
+++ b/gwc/rh.sh
@@ -40,6 +40,11 @@ chown root:sudo /opt/lmi
 chmod g+w /opt/lmi
 ls -dl /opt/lmi
 
+#
+sudo yum-config-manager --enable rhel-server-rhscl-7-rpms
+sudo yum install rh-git218
+scl enable rh-git218 bash
+
 # from lmi_setup_21.sh [do this as root]
 
 # and likewise for /cache_for_lmi
@@ -65,6 +70,13 @@ EOF
 patch --dry-run --strip=0 </home/${USER}/ltmain.sh.patch \
  && patch --strip=0 </home/${USER}/ltmain.sh.patch
 
+# A related matter: use 'cp' here because it's too much work to
+# edit every occurrence of the debian filepath throughout lmi.
+# See:
+#   https://lists.nongnu.org/archive/html/lmi/2019-09/msg00035.html
+
+sudo cp -a /usr/share/libtool/config/config.guess 
/usr/share/libtool/build-aux/config.guess
+
 # Configure zsh, for root as well as the user configured above.
 
 https://github.com/vadz/lmi/raw/master/gwc/.zshrc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]