Browse Source

fix broken installer script

pull/108/head
Yamashita, Yuu 9 years ago
parent
commit
c54d480135
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      install.sh

+ 1
- 0
install.sh View File

@ -15,6 +15,7 @@ BIN_PATH="${PREFIX}/bin"
SHIMS_PATH="${PREFIX}/shims"
mkdir -p "$BIN_PATH"
mkdir -p "$SHIMS_PATH"
install -p bin/* "$BIN_PATH"
install -p shims/* "$SHIMS_PATH"

Loading…
Cancel
Save