Changeset 2438 for trunk/gsdl/bin


Ignore:
Timestamp:
2001-05-17T11:41:56+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

    r2436 r2438  
    330330
    331331# if $cd_rom is not true then we don't want to include the net16, net32,
    332 # Win32s or netscape directories in the bin/windows directory (note that
    333 # this currently means exportcol.pl will fail for all but cd-rom installed
    334 # distributions)
     332# Win32s or netscape directories or gssetup.exe and setup.exe executables
     333# in the bin/windows directory (note that this currently means exportcol.pl
     334# will fail for all but cd-rom installed distributions)
    335335sub install_windows_specific {
    336336    my ($install_dir, $cd_rom) = @_;
     
    347347    &util::rm_r (&util::filename_cat ($winbindir, "windows", "Win32s"));
    348348    &util::rm_r (&util::filename_cat ($winbindir, "windows", "netscape"));
     349    &util::rm (&util::filename_cat ($winbindir, "windows", "gssetup.exe"));
     350    &util::rm (&util::filename_cat ($winbindir, "windows", "Setup.exe"));
    349351    }
    350352
Note: See TracChangeset for help on using the changeset viewer.