diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2021-09-05 21:14:06 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2021-09-05 21:14:06 +0200 |
commit | 7f57499fc9439630cbb804af543eff54f59fd739 (patch) | |
tree | 60eb6baa382d81f154c4b2e12b590cdacf451774 /debian/rules | |
parent | 3637af2b7405b40ee3478c3a95fddb7accf3e6bf (diff) | |
download | zsh-7f57499fc9439630cbb804af543eff54f59fd739.tar.gz zsh-7f57499fc9439630cbb804af543eff54f59fd739.zip |
Add patch to set default pager to /usr/bin/pager instead of more.
Drop according sed call from debian/rules which didn't catch .zwc
files.
Gbp-Dch: Full
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 8d034450a..a820dfe83 100755 --- a/debian/rules +++ b/debian/rules @@ -132,8 +132,6 @@ override_dh_install-indep: dh_install -i # Doesn't this need to go before we zcompile stuff into .zwc files? -- Axel - sed -i -e 's,:-more,:-/usr/bin/pager,;' \ - debian/zsh-common/usr/share/zsh/functions/Misc/run-help sed -i -e '1!b;s:^#!.*[ /]zsh:#!/bin/zsh:;s#/usr/local/bin#/usr/bin#;' \ `find debian/zsh-common/usr/share/zsh/functions -type f` |