install zsh completion file
This commit is contained in:
parent
3826d2181b
commit
c48450249d
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,9 @@ make install DESTDIR=$PKG
|
|||
mv $PKG$PREFIX/share/man $PKG$PREFIX/
|
||||
rm -fr $PKG$PREFIX/share/
|
||||
|
||||
mkdir -p $PKG/usr/share/zsh/site-functions/
|
||||
mv etc/ack.zsh_completion $PKG/usr/share/zsh/site-functions/_ack
|
||||
|
||||
# correction
|
||||
cd $PKG
|
||||
chown -R root:root *
|
||||
|
|
Loading…
Reference in a new issue