summaryrefslogtreecommitdiff
path: root/net-dialup/sterm/files/0001-Set-correct-install-paths-for-gentoo-for-zsh-complet.patch
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-12-29 00:35:37 +0100
committerKarel Kočí <cynerd@email.cz>2017-12-29 00:35:37 +0100
commit7a42fd9ca547b3c5c3c9586c0c746329170675f8 (patch)
tree91d490fdad278be838ecd286915a52cca6937223 /net-dialup/sterm/files/0001-Set-correct-install-paths-for-gentoo-for-zsh-complet.patch
parent5537da29e17d540851e88cd82c547bc51d32ccb0 (diff)
downloadgentoo-personal-overlay-7a42fd9ca547b3c5c3c9586c0c746329170675f8.tar.gz
gentoo-personal-overlay-7a42fd9ca547b3c5c3c9586c0c746329170675f8.tar.bz2
gentoo-personal-overlay-7a42fd9ca547b3c5c3c9586c0c746329170675f8.zip
Update sterm to new release
Diffstat (limited to 'net-dialup/sterm/files/0001-Set-correct-install-paths-for-gentoo-for-zsh-complet.patch')
-rw-r--r--net-dialup/sterm/files/0001-Set-correct-install-paths-for-gentoo-for-zsh-complet.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-dialup/sterm/files/0001-Set-correct-install-paths-for-gentoo-for-zsh-complet.patch b/net-dialup/sterm/files/0001-Set-correct-install-paths-for-gentoo-for-zsh-complet.patch
new file mode 100644
index 0000000..25d5619
--- /dev/null
+++ b/net-dialup/sterm/files/0001-Set-correct-install-paths-for-gentoo-for-zsh-complet.patch
@@ -0,0 +1,25 @@
+From f090c10eeca384cff9242e73839bea95247cda3e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <cynerd@email.cz>
+Date: Fri, 29 Dec 2017 00:33:10 +0100
+Subject: [PATCH] Set correct install paths for gentoo for zsh completions
+
+---
+ Makefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index f7d0b4d..53c4cb4 100644
+--- a/Makefile
++++ b/Makefile
+@@ -23,6 +23,6 @@ endif
+ ifneq ($(NO_COMP),1)
+ $(INSTALL) -d $(DESTDIR)$(PREFIX)/share/bash-completion/completions/
+ $(INSTALL) -m 644 completion.bash $(DESTDIR)$(PREFIX)/share/bash-completion/completions/sterm
+- $(INSTALL) -d $(DESTDIR)$(PREFIX)/share/zsh/functions/Completion/Unix/
+- $(INSTALL) -m 644 completion.zsh $(DESTDIR)$(PREFIX)/share/zsh/functions/Completion/Unix/_sterm
++ $(INSTALL) -d $(DESTDIR)$(PREFIX)/share/zsh/site-functions
++ $(INSTALL) -m 644 completion.zsh $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_sterm
+ endif
+--
+2.13.6
+