diff options
Diffstat (limited to 'extra/zsh/build')
-rwxr-xr-x | extra/zsh/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/zsh/build b/extra/zsh/build index de0bc2c2..3496b37c 100755 --- a/extra/zsh/build +++ b/extra/zsh/build @@ -21,4 +21,4 @@ rm -f Completion/Linux/Command/_rpmbuild make make DESTDIR="$1" install -install -Dm 644 zprofile "$1/etc/zprofile" +clinst -Dm644 zprofile "$1/etc/zprofile" |