Changeset 2654 for trunk


Ignore:
Timestamp:
2001-07-13T12:46:33+12:00 (23 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/create_distributions.pl

    r2629 r2654  
    338338
    339339# if $cd_rom is not true then we don't want to include the net16, net32,
    340 # Win32s or netscape directories or gssetup.exe and setup.exe executables
    341 # in the bin/windows directory (note that this currently means exportcol.pl
    342 # will fail for all but cd-rom installed distributions)
     340# Win32s or netscape directories in the bin/windows directory (note that
     341# this currently means exportcol.pl will fail for all but cd-rom installed
     342# distributions)
    343343sub install_windows_specific {
    344344    my ($install_dir, $cd_rom) = @_;
     
    355355    &util::rm_r (&util::filename_cat ($winbindir, "windows", "Win32s"));
    356356    &util::rm_r (&util::filename_cat ($winbindir, "windows", "netscape"));
    357     &util::rm (&util::filename_cat ($winbindir, "windows", "gssetup.exe"));
    358     &util::rm (&util::filename_cat ($winbindir, "windows", "Setup.exe"));
    359357    }
    360358
Note: See TracChangeset for help on using the changeset viewer.