aboutsummaryrefslogtreecommitdiff
path: root/extra/zsh
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 00:24:12 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 00:24:12 +0300
commit60a99665a453b8e2bd0039af3c8b261b05c89a3f (patch)
treee4f4401d330e1132310418de0ebdc276f1c36e00 /extra/zsh
parentfcd3644dcd12ec7ec7d00e39066c3c1ada19bf47 (diff)
downloadrepository-60a99665a453b8e2bd0039af3c8b261b05c89a3f.tar.gz
zsh: use clinst
Diffstat (limited to 'extra/zsh')
-rwxr-xr-xextra/zsh/build2
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"