diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2017-09-07 22:47:20 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2017-09-07 22:47:20 +0200 |
commit | 272beb2850e02041309b96c6e97860ec181016d9 (patch) | |
tree | 1626e3f1ee031f49aa8371187f3644284940fa95 | |
parent | d5cb9157b8c22f49b36c16a4eb83b4d799ebb418 (diff) | |
download | midipix_build-272beb2850e02041309b96c6e97860ec181016d9.tar.bz2 midipix_build-272beb2850e02041309b96c6e97860ec181016d9.tar.xz |
patches/st-0.7.local.patch: via Redfoxmoon.
-rw-r--r-- | patches/st-0.7.local.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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(); |