summaryrefslogtreecommitdiff
path: root/x11/mons/files/patch-mons
diff options
context:
space:
mode:
Diffstat (limited to 'x11/mons/files/patch-mons')
-rw-r--r--x11/mons/files/patch-mons11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/mons/files/patch-mons b/x11/mons/files/patch-mons
new file mode 100644
index 000000000000..4861b289ab1b
--- /dev/null
+++ b/x11/mons/files/patch-mons
@@ -0,0 +1,11 @@
+--- mons.orig 2019-09-10 11:15:08 UTC
++++ mons
+@@ -78,7 +78,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ # Helps to generate manpage with help2man before installing the library
+ [ "$1" = '-h' ] && { usage; exit; }
+ [ "$1" = '-v' ] && { version; exit; }
+-lib='/usr/lib/libshlist/liblist.sh'
++lib='%%PREFIX%%/lib/libshlist/liblist.sh'
+ [ ! -r "$lib" ] && { "$lib: library not found."; exit 1; }
+ . "${lib}"
+