m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 00:53:42 -05:00

make archive for homebrew release

This commit is contained in:
Junegunn Choi
2015-01-13 12:29:12 +09:00
parent 209a6d36ad
commit b8c4b35415
3 changed files with 22 additions and 5 deletions

View File

@@ -21,8 +21,9 @@ check_binary() {
symlink() {
echo " - Creating symlink: bin/$1 -> bin/fzf"
rm -f "$fzf_base"/bin/fzf
ln -sf "$fzf_base"/bin/$1 "$fzf_base"/bin/fzf
(cd "$fzf_base"/bin &&
rm -f fzf
ln -sf $1 fzf)
}
download() {