Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (f4cbe8210e6e073277c33ed67e7cc027e6856533)

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (f4cbe8210e6e073277c33ed67e7cc027e6856533)
  • Date: Sat, 4 Jan 2025 16:54:24 +0000

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

FUNCTIONS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f4cbe8210e6e073277c33ed67e7cc027e6856533
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

FUNCTIONS: Fix patch_configure_libtool_override

Provide a default for spells not passing the LIBTOOL variable.

diff --git a/FUNCTIONS b/FUNCTIONS
index a746c35..b3349ff 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -337,7 +337,7 @@ patch_configure_libtool_override() {
fi
fi
message "${MESSAGE_COLOR}Patching: $FILE_COLOR$*$DEFAULT_COLOR"
- sed -i -e '/^LIBTOOL=/d' "$@"
+ sed -i -e '/^LIBTOOL=/{s@^@: ${@; s@$@}@}' "$@"
}




  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (f4cbe8210e6e073277c33ed67e7cc027e6856533), Ismael Luceno, 01/04/2025

Archive powered by MHonArc 2.6.24.

Top of Page