Changeset 1205

Show
Ignore:
Timestamp:
08/13/08 23:28:07 (4 months ago)
Author:
mbr
Message:

minor update to make sure perl module installation path is restored each time to the source directory

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fwknop/trunk/install.pl

    r1201 r1205  
    390390        } 
    391391    } 
     392    chdir $src_dir or die "[*] Could not chdir $src_dir: $!"; 
    392393 
    393394    unless ($client_install) { 
     
    12361237#        system "$cmds{'make'} test"; 
    12371238        system "$cmds{'make'} install"; 
    1238         chdir $src_dir or die "[*] Could not chdir $src_dir: $!"; 
    12391239 
    12401240        print "\n\n"; 
    12411241    } 
     1242    chdir $src_dir or die "[*] Could not chdir $src_dir: $!"; 
    12421243    return; 
    12431244}