Skip to content

Commit

Permalink
fixed cgi installed to not try to install sub directories in the cgi-…
Browse files Browse the repository at this point in the history
…bin directory.
  • Loading branch information
Scott Cain committed Dec 15, 2003
1 parent 79b8acf commit f4fb08c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install_util/cgi_install.PLS
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ foreach (glob('*')) {
next if /^[.\#]/;
next if /~$/;
next if /\.PLS$/;
next unless (-f $_);
my $installfile = Bio::Root::IO->catfile($cgi_target, $_);
warn "copying $_ to $installfile\n";
copy($_, $installfile ) or die "unable to copy to $installfile\n";
Expand Down

0 comments on commit f4fb08c

Please sign in to comment.