diff options
| author | Cem Keylan <cem@ckyln.com> | 2019-12-10 17:44:09 +0300 | 
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2019-12-10 17:44:09 +0300 | 
| commit | 938cb1f54f0174a5994345e4dc49888c614db430 (patch) | |
| tree | d7ba58e9fec35fb2e14412fcd884cde49cbf4537 /testing/zsh/build | |
| parent | 3c7785b8f052b623e2d478b0161820eaeef764c3 (diff) | |
| download | repository-938cb1f54f0174a5994345e4dc49888c614db430.tar.gz | |
move shells to extra
Diffstat (limited to 'testing/zsh/build')
| -rwxr-xr-x | testing/zsh/build | 26 | 
1 files changed, 0 insertions, 26 deletions
| diff --git a/testing/zsh/build b/testing/zsh/build deleted file mode 100755 index 100849d8..00000000 --- a/testing/zsh/build +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -e - -{ -    printf "functions='Completion/*comp* " -    for comp in Base Linux Unix X Zsh; do -        printf "Completion/%s/*/* " "$comp" -    done -    printf "'\\n" -} >> Src/Zle/complete.mdd - -rm -f Completion/Linux/Command/_pkgtool -rm -f Completion/Linux/Command/_rpmbuild - -./configure \ -    --prefix=/usr \ -    --enable-function-subdirs \ -    --enable-fndir=/usr/share/zsh/functions \ -    --enable-runhelpdir=/usr/share/zsh/help \ -    --enable-scriptdir=/usr/share/zsh/scripts \ -    --enable-additional-fpath=/usr/share/zsh/vendor-completions \ -    --disable-gdbm - -make -make DESTDIR="$1" install - -install -Dm 644 zprofile "$1/etc/zprofile" | 
