Changeset 288 in Main for trunk/Koakumafile


Ignore:
Timestamp:
Oct 9, 2024, 12:06:28 PM (5 weeks ago)
Author:
Nishi
Message:

build stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Koakumafile

    r287 r288  
    66        while 1 {
    77                set suf ""
     8                set arg ""
    89                exec sed "s/undef NO_SSL/define NO_SSL/g" config.h.tmpl > config.h
    910                if { $once == 0 } {
    1011                        exec sed -i "s/undef BUILD_GUI/define BUILD_GUI/g" config.h
    1112                        set suf "-gui"
     13                        set arg " BUILD_GUI"
    1214                }
    1315                set ::env(DISPLAY) ":0"
     
    6365                        }
    6466                        set win "win$bits"
    65                         RunCommand "./installer.sh $win"
     67                        RunCommand "./installer.sh $win$arg"
    6668                        RunCommand "doas mkdir -p /raid/f/g/tewi/$win"
    6769                        RunCommand "doas mkdir -p /raid/ftp/pub/tewi/$win"
Note: See TracChangeset for help on using the changeset viewer.