From 7a42fd9ca547b3c5c3c9586c0c746329170675f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 29 Dec 2017 00:35:37 +0100 Subject: Update sterm to new release --- ...-install-paths-for-gentoo-for-zsh-complet.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 net-dialup/sterm/files/0001-Set-correct-install-paths-for-gentoo-for-zsh-complet.patch (limited to 'net-dialup/sterm/files/0001-Set-correct-install-paths-for-gentoo-for-zsh-complet.patch') 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?= +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 + -- cgit v1.2.3