1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 09:57:09 +00:00
termux-packages/packages/enscript/enscript.cfg.patch
Henrik Grimler dc896e159e
enscript: avoid manually applying patches
This also fixes the LibraryPath, seems @TERMUX_PREFIX@ was not sed'ed
in it before.
2022-02-22 21:10:05 +01:00

12 lines
416 B
Diff

--- ../enscript.cfg.in.orig 2022-02-22 20:02:37.744671349 +0000
+++ ./lib/enscript.cfg.in 2022-02-22 20:03:09.737858022 +0000
@@ -76,7 +76,7 @@
# HighlightBars: 2
# Library path. Let's use built-in default.
-# LibraryPath:
+LibraryPath: @TERMUX_PREFIX@/share/enscript
# How wrapped lines are marked in printout. Possible values are: `none',
# `plus', `box' and `arrow'. As a default, we do not mark them.