diff options
author | Frank Terbeck <ft@bewatermyfriend.org> | 2011-06-02 11:01:11 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2011-06-02 13:25:40 +0200 |
commit | bf0a44a8744469b5cd6b144b48fbd6f4647b3d26 (patch) | |
tree | 00e794683d144375d9905021374514da15276fd2 | |
parent | 8bcd117fec0624d0c77de1a920482b21876af8ef (diff) | |
download | zsh-bf0a44a8744469b5cd6b144b48fbd6f4647b3d26.tar.gz zsh-bf0a44a8744469b5cd6b144b48fbd6f4647b3d26.zip |
Enable additional $fpath entries for add-ons from other packages (Closes: #620452)
Completions should go to: /usr/share/zsh/vendor-completions
Function similarly go to: /usr/share/zsh/vendor-functions
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 489319a5b..b74e3ec7a 100755 --- a/debian/rules +++ b/debian/rules @@ -30,6 +30,7 @@ CONFIGFLAGS += --with-tcsetpgrp --with-term-lib="ncursesw" CONFIGFLAGS += --enable-cap --enable-pcre CONFIGFLAGS += --enable-readnullcmd=pager CONFIGFLAGS += --enable-custom-patchlevel=Debian +CONFIGFLAGS += --enable-additional-fpath=/usr/share/zsh/vendor-functions,/usr/share/zsh/vendor-completions STATICFLAGS = --disable-dynamic --enable-ldflags=-static ifneq (zsh-beta,$(package)) |