Skip to content

Commit

Permalink
Fixed install script: should install man pages as 0644, not 0755.
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3Aa4405340-9a3f-0410-a3d8-31b31f83d5c0/trunk%408
  • Loading branch information
boards committed Feb 22, 2008
1 parent 3f299b1 commit 63cdf1b
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 @@ -13,4 +13,4 @@ The default PREFIX is /usr/local"
[ $# -ge 1 ] && usage

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

0 comments on commit 63cdf1b

Please sign in to comment.