Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ae6d003bf96f8e4283e3589039eb73335c534c5b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ae6d003bf96f8e4283e3589039eb73335c534c5b)
  • Date: Thu, 29 Sep 2022 22:11:16 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics/feh/BUILD | 2 +-
graphics/feh/HISTORY | 5 +++++
graphics/feh/INSTALL | 1 +
graphics/feh/PRE_BUILD | 3 ---
4 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit ae6d003bf96f8e4283e3589039eb73335c534c5b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics/feh: fixed empty spell installation caused by new readline/bash
and sed in PRE_BUILD

diff --git a/graphics/feh/BUILD b/graphics/feh/BUILD
index 8eb5214..2c3bf3b 100755
--- a/graphics/feh/BUILD
+++ b/graphics/feh/BUILD
@@ -1 +1 @@
-make $OPTS
+make ${OPTS} DESTDIR="${INSTALL_ROOT}" PREFIX="/usr"
diff --git a/graphics/feh/HISTORY b/graphics/feh/HISTORY
index 6dba366..8417b06 100644
--- a/graphics/feh/HISTORY
+++ b/graphics/feh/HISTORY
@@ -1,3 +1,8 @@
+2022-09-29 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, INSTALL: specify DESTDIR and PREFIX here
+ * PRE_BUILD: removed, last line sed with new readline/bash results in
+ empty spell installation
+
2022-08-27 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.9.1

diff --git a/graphics/feh/INSTALL b/graphics/feh/INSTALL
new file mode 100755
index 0000000..8c85253
--- /dev/null
+++ b/graphics/feh/INSTALL
@@ -0,0 +1 @@
+make ${OPTS} DESTDIR="${INSTALL_ROOT}" PREFIX="/usr" install
diff --git a/graphics/feh/PRE_BUILD b/graphics/feh/PRE_BUILD
deleted file mode 100755
index aac2cb5..0000000
--- a/graphics/feh/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sed -i "s:/usr/local:/usr:" config.mk



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ae6d003bf96f8e4283e3589039eb73335c534c5b), Pavel Vinogradov, 09/29/2022

Archive powered by MHonArc 2.6.24.

Top of Page