Skip to content

Commit

Permalink
Fixed bug where install fails if installation directories don't exist.
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3Aa4405340-9a3f-0410-a3d8-31b31f83d5c0/trunk%409
  • Loading branch information
boards committed Jan 2, 2010
1 parent 63cdf1b commit a7b383c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ The default PREFIX is /usr/local"

[ $# -ge 1 ] && usage

install psgrep ${PREFIX:-/usr/local}/bin/psgrep
install -m0644 psgrep.1 ${PREFIX:-/usr/local}/share/man/man1/psgrep.1
install -D -m755 psgrep ${PREFIX:-/usr/local}/bin/psgrep
install -D -m644 psgrep.1 ${PREFIX:-/usr/local}/share/man/man1/psgrep.1

0 comments on commit a7b383c

Please sign in to comment.