diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2018-12-24 05:42:17 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2018-12-24 05:42:17 +0100 |
commit | 01c3153e4b78caec525231605e8841d1c514740e (patch) | |
tree | a374a09b09ea1257682f90c45e9b32bf50892902 /debian/rules | |
parent | e0798c2f1b288eebfb40e80484bfcff80457ab7a (diff) | |
download | zsh-01c3153e4b78caec525231605e8841d1c514740e.tar.gz zsh-01c3153e4b78caec525231605e8841d1c514740e.zip |
debian/rules: Build zshbuiltins.1 out-of-tree like the rest
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ba228eed2..af020b37a 100755 --- a/debian/rules +++ b/debian/rules @@ -89,7 +89,7 @@ override_dh_installdocs-indep: # Needs a freshly built (arch-dependent) zsh executable to compile .zwc files override_dh_auto_install-indep: build-dynamic cd obj && $(MAKE) install.man DESTDIR=$(CURDIR)/debian/zsh-common - perl $(CURDIR)/Util/helpfiles Doc/zshbuiltins.1 debian/zsh-common/usr/share/zsh/help + perl $(CURDIR)/Util/helpfiles obj/Doc/zshbuiltins.1 debian/zsh-common/usr/share/zsh/help cd obj && $(MAKE) install.fns DESTDIR=$(CURDIR)/debian/zsh-common |