lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master e2e8d43 2/9: Adapt imported script to current


From: Greg Chicares
Subject: [lmi-commits] [lmi] master e2e8d43 2/9: Adapt imported script to current directory structure
Date: Sat, 18 May 2019 14:50:01 -0400 (EDT)

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

    Adapt imported script to current directory structure
    
    The branch whence 'set_toolchain.sh' was recently imported still used
    an older directory structure. Updated the imported copy to reflect the
    current structure of commit 09eae7d41347.
---
 set_toolchain.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/set_toolchain.sh b/set_toolchain.sh
index cd8d06a..73d3547 100755
--- a/set_toolchain.sh
+++ b/set_toolchain.sh
@@ -92,8 +92,8 @@ local   lmi_build_type
 
 local      prefix="/opt/lmi"
 local exec_prefix="$prefix/${LMI_COMPILER}_${LMI_TRIPLET}"
-local localbindir="$exec_prefix"/local/bin
-local locallibdir="$exec_prefix"/local/lib
+local localbindir="$prefix/local/${LMI_COMPILER}_${LMI_TRIPLET}/bin"
+local locallibdir="$prefix/local/${LMI_COMPILER}_${LMI_TRIPLET}/lib"
 # $winebindir is where 'install_miscellanea.make' places 'md5sum.exe'.
 local  winebindir="$prefix"/third_party/bin
 



reply via email to

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