Skip to Content.
Sympa Menu

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

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 grimoire by Ismael Luceno (2b04d5c3a62fd5af24bfc84908cf9000e8874c31)
  • Date: Thu, 6 Apr 2023 16:04:44 +0000

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

shell-term-fm/yash/BUILD | 2 +-
shell-term-fm/yash/HISTORY | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

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

yash: Install to /bin

diff --git a/shell-term-fm/yash/BUILD b/shell-term-fm/yash/BUILD
index f65a9ea..f63f4a5 100755
--- a/shell-term-fm/yash/BUILD
+++ b/shell-term-fm/yash/BUILD
@@ -2,5 +2,5 @@
# FIXME -D_POSIX_C_SOURCE >= 200112L required for setenv/unsetenv
# maybe other portability issues
CFLAGS+=" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600" &&
-./configure --prefix="$INSTALL_ROOT"/usr &&
+./configure --prefix="$INSTALL_ROOT"/usr --bindir="$INSTAL_ROOT"/bin &&
make -j "$MAKE_NJOBS"
diff --git a/shell-term-fm/yash/HISTORY b/shell-term-fm/yash/HISTORY
index 323317c..8b3f3a4 100644
--- a/shell-term-fm/yash/HISTORY
+++ b/shell-term-fm/yash/HISTORY
@@ -1,5 +1,6 @@
2023-04-06 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.54
+ * BUILD: changed to install to /bin

2022-10-30 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.53



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (2b04d5c3a62fd5af24bfc84908cf9000e8874c31), Ismael Luceno, 04/06/2023

Archive powered by MHonArc 2.6.24.

Top of Page