Skip to content

Commit

Permalink
installation script updated to install manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Chizhov authored and Sutto committed Jun 24, 2010
1 parent 4e66382 commit f092418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Expand Up @@ -124,7 +124,7 @@ done
#
# Scripts
#
for dir_name in config scripts examples lib hooks help ; do
for dir_name in config scripts examples man lib hooks help ; do
spinner
mkdir -p "$rvm_path/$dir_name"
if [[ -d "$source_path/$dir_name" ]] ; then
Expand Down

0 comments on commit f092418

Please sign in to comment.