diff options
author | Helmut Grohne <helmut@subdivi.de> | 2022-11-02 10:46:56 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-11-13 06:09:58 +0100 |
commit | 8dff29f4cd9663746b51ffad9317e68a2cd00a55 (patch) | |
tree | ae85e7d1e56d5260a1d1494bbf1035382be20d4a /debian/rules | |
parent | d26deae83d43d992426d0cc68b40f5bd9153107e (diff) | |
download | zsh-8dff29f4cd9663746b51ffad9317e68a2cd00a55.tar.gz zsh-8dff29f4cd9663746b51ffad9317e68a2cd00a55.zip |
Update /etc/shells using dpkg triggers
Closes: #1023317
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 37eb8380e..d18d6333f 100755 --- a/debian/rules +++ b/debian/rules @@ -158,6 +158,8 @@ execute_after_dh_install-arch: xargs sed -e 's@\.\./config\.h@config.h@;s@#\(\s*\)include "\([^"]\+\)"@#\1include <zsh/\2>@' -i cd debian/zsh-dev/usr/share/aclocal; mv aczshoot.m4 zshoot.m4 + install -D -m644 debian/zsh.shells debian/zsh/usr/share/debianutils/shells.d/zsh + install -D -m644 debian/zsh-static.shells debian/zsh-static/usr/share/debianutils/shells.d/zsh-static override_dh_gencontrol-arch: dh_gencontrol -a -- -VBuilt-Using="$(BUILT_USING)" |