diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:24:12 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:24:12 +0300 |
commit | 60a99665a453b8e2bd0039af3c8b261b05c89a3f (patch) | |
tree | e4f4401d330e1132310418de0ebdc276f1c36e00 | |
parent | fcd3644dcd12ec7ec7d00e39066c3c1ada19bf47 (diff) | |
download | repository-60a99665a453b8e2bd0039af3c8b261b05c89a3f.tar.gz |
zsh: use clinst
-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" |