summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2018-12-24 05:42:17 +0100
committerAxel Beckert <abe@deuxchevaux.org>2018-12-24 05:42:17 +0100
commit01c3153e4b78caec525231605e8841d1c514740e (patch)
treea374a09b09ea1257682f90c45e9b32bf50892902
parente0798c2f1b288eebfb40e80484bfcff80457ab7a (diff)
downloadzsh-01c3153e4b78caec525231605e8841d1c514740e.tar.gz
zsh-01c3153e4b78caec525231605e8841d1c514740e.zip
debian/rules: Build zshbuiltins.1 out-of-tree like the rest
-rwxr-xr-xdebian/rules2
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