summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorPavel Vinogradov2022-09-29 18:10:19 -0400
committerPavel Vinogradov2022-09-29 18:10:19 -0400
commitae6d003bf96f8e4283e3589039eb73335c534c5b (patch)
treeb8823a50bc8f1652a7c3a07cfdd0a6a3da5f7f23 /graphics
parent4f88210eb3154390769decae96c332181e588c14 (diff)
graphics/feh: fixed empty spell installation caused by new readline/bash and sed in PRE_BUILD
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/feh/BUILD2
-rw-r--r--graphics/feh/HISTORY5
-rwxr-xr-xgraphics/feh/INSTALL1
-rwxr-xr-xgraphics/feh/PRE_BUILD3
4 files changed, 7 insertions, 4 deletions
diff --git a/graphics/feh/BUILD b/graphics/feh/BUILD
index 8eb5214e38..2c3bf3b65b 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 6dba366c64..8417b06388 100644
--- a/graphics/feh/HISTORY
+++ b/graphics/feh/HISTORY
@@ -1,3 +1,8 @@
+2022-09-29 Pavel Vinogradov <public@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@sourcemage.org>
* DETAILS: version 3.9.1
diff --git a/graphics/feh/INSTALL b/graphics/feh/INSTALL
new file mode 100755
index 0000000000..8c852532d1
--- /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 aac2cb58d0..0000000000
--- 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