IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2007, 5:47:21 PM (19 years ago)
Author:
jhoblitt
Message:

disable installation of nebclient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Build.PL

    r13232 r13233  
    4545}
    4646
    47 sub ACTION_install {
    48     my $self = shift;
    49 
    50     $self->SUPER::ACTION_install(@_);
    51 
    52     my $old_pwd = getcwd();
    53     chdir $pkg_dir;
    54 
    55     system("make install") == 0 or die "install failed: $?";
    56 
    57     chdir $old_pwd;
    58 }
     47# Do not attempt to install nebclient.  It is bundled in this package for
     48# testing only.
     49#
     50# sub ACTION_install {
     51#     my $self = shift;
     52#
     53#     $self->SUPER::ACTION_install(@_);
     54#
     55#     my $old_pwd = getcwd();
     56#     chdir $pkg_dir;
     57#
     58#     system("make install") == 0 or die "install failed: $?";
     59#
     60#     chdir $old_pwd;
     61# }
    5962
    6063sub ACTION_clean {
Note: See TracChangeset for help on using the changeset viewer.