Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Ismael Luceno (5bd6d9496c77a20029ddd7b64d6cedd831b8ba25)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Ismael Luceno (5bd6d9496c77a20029ddd7b64d6cedd831b8ba25)
  • Date: Mon, 13 May 2019 20:51:02 +0000

GIT changes to master sorcery by Ismael Luceno <ismael AT sourcemage.org>:

var/lib/sorcery/modules/libmisc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5bd6d9496c77a20029ddd7b64d6cedd831b8ba25
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libmisc: fixed computing of SMGL_COMPAT_ARCHS

before:
SMGL_COMPAT_ARCHS=share/archspecs/64/x86_64/native-x86_64-64/

after:
SMGL_COMPAT_ARCHS=64/x86_64/native-x86_64-64/

diff --git a/var/lib/sorcery/modules/libmisc b/var/lib/sorcery/modules/libmisc
index 4e93fda..81e8e29 100755
--- a/var/lib/sorcery/modules/libmisc
+++ b/var/lib/sorcery/modules/libmisc
@@ -1472,7 +1472,7 @@ set_architecture() {

# turn the path into an array, but remove $specdir from the start first
unset SMGL_COMPAT_ARCHS
- specdir="${SPECFILE%/*/*/*/*/*}"
+ specdir="${SPECFILE%/*/*/*}"
explode "${SPECFILE#$specdir/}" '/' SMGL_COMPAT_ARCHS

# Reverse the array so that the most specific arch is first



  • [SM-Commit] GIT changes to master sorcery by Ismael Luceno (5bd6d9496c77a20029ddd7b64d6cedd831b8ba25), Ismael Luceno, 05/13/2019

Archive powered by MHonArc 2.6.24.

Top of Page