do_install bug fixed

This commit is contained in:
Sameer Rahmani 2014-03-19 16:23:36 +03:30
parent 1cc0615d2f
commit b0b319baaf
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ function do_install() {
info "Install files in /usr/local/share"
info "If you are not a sudoer just copy ./.build/share to /usr/local/share manually"
info "and create a link to ./kuso in your /usr/local/bin/kuso"
sudo cp .build/share /usr/local/share -rv
sudo cp .build/share /usr/local -rv
sudo ln -f -s `pwd`/kuso /usr/local/bin/kuso
}