Skip to content

Commit

Permalink
Ensure $PREFIX/share/man/man{1,7} directories exist
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Nov 11, 2013
1 parent 26a89da commit 80815f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ -z "$1" ]; then
fi

BATS_ROOT="$(abs_dirname "$0")"
mkdir -p "$PREFIX"/{bin,libexec}
mkdir -p "$PREFIX"/{bin,libexec,share/man/man{1,7}}
cp -R "$BATS_ROOT"/bin/* "$PREFIX"/bin
cp -R "$BATS_ROOT"/libexec/* "$PREFIX"/libexec
cp "$BATS_ROOT"/man/bats.1 "$PREFIX"/share/man/man1
Expand Down

0 comments on commit 80815f7

Please sign in to comment.