Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix install path
  • Loading branch information
kakkoko committed May 5, 2019
1 parent 8eb5730 commit c42a12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jwalk/install.sh
Expand Up @@ -17,7 +17,7 @@ PREFIX="${1%/}"
} >&2

mkdir -p "$PREFIX/lib"
cp -Rv "$JWALK_LIB/jwalk/"* "$JWALK_LIB/jwalk.sh" "$PREFIX/lib"
cp -Rv "$JWALK_LIB/jwalk" "$JWALK_LIB/jwalk.sh" "$PREFIX/lib"

mkdir -p "$PREFIX/bin"
ln -Fvs "../lib/jwalk.sh" "$PREFIX/bin/jwalk"
Expand Down

0 comments on commit c42a12c

Please sign in to comment.