From 272beb2850e02041309b96c6e97860ec181016d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Thu, 7 Sep 2017 22:47:20 +0200 Subject: patches/st-0.7.local.patch: via Redfoxmoon. --- patches/st-0.7.local.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/st-0.7.local.patch (limited to 'patches') diff --git a/patches/st-0.7.local.patch b/patches/st-0.7.local.patch new file mode 100644 index 00000000..0dee46f5 --- /dev/null +++ b/patches/st-0.7.local.patch @@ -0,0 +1,12 @@ +diff -ru st-0.7.orig/st.c st-0.7/st.c +--- st-0.7.orig/st.c 2016-08-11 16:25:58.000000000 +0200 ++++ st-0.7/st.c 2017-09-07 21:02:34.090114957 +0200 +@@ -4379,7 +4379,7 @@ + opt_embed = EARGF(usage()); + break; + case 'v': +- die("%s " VERSION " (c) 2010-2016 st engineers\n", argv0); ++ die("%s 0.7 (c) 2010-2016 st engineers\n", argv0); + break; + default: + usage(); -- cgit v1.2.3