diff options
Diffstat (limited to 'print/foliate/patches/patch-src_epubView.js')
-rw-r--r-- | print/foliate/patches/patch-src_epubView.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/foliate/patches/patch-src_epubView.js b/print/foliate/patches/patch-src_epubView.js index 7b7f51a3550..8168c7d7bc6 100644 --- a/print/foliate/patches/patch-src_epubView.js +++ b/print/foliate/patches/patch-src_epubView.js @@ -1,11 +1,11 @@ -$NetBSD: patch-src_epubView.js,v 1.3 2020/07/03 12:18:12 fox Exp $ +$NetBSD: patch-src_epubView.js,v 1.4 2020/10/15 16:10:24 fox Exp $ Adds variable to help substitute the correct python version suffix. ---- src/epubView.js.orig 2020-07-02 07:05:56.000000000 +0000 +--- src/epubView.js.orig 2020-10-15 00:52:44.000000000 +0000 +++ src/epubView.js -@@ -25,7 +25,7 @@ const { - mimetypes, mimetypeIs, execCommand, recursivelyDeleteDir +@@ -26,7 +26,7 @@ const { + debounce } = imports.utils -const python = GLib.find_program_in_path('python') || GLib.find_program_in_path('python3') |