Changeset 288 in Main for trunk/Koakumafile
- Timestamp:
- Oct 9, 2024, 12:06:28 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Koakumafile
r287 r288 6 6 while 1 { 7 7 set suf "" 8 set arg "" 8 9 exec sed "s/undef NO_SSL/define NO_SSL/g" config.h.tmpl > config.h 9 10 if { $once == 0 } { 10 11 exec sed -i "s/undef BUILD_GUI/define BUILD_GUI/g" config.h 11 12 set suf "-gui" 13 set arg " BUILD_GUI" 12 14 } 13 15 set ::env(DISPLAY) ":0" … … 63 65 } 64 66 set win "win$bits" 65 RunCommand "./installer.sh $win "67 RunCommand "./installer.sh $win$arg" 66 68 RunCommand "doas mkdir -p /raid/f/g/tewi/$win" 67 69 RunCommand "doas mkdir -p /raid/ftp/pub/tewi/$win"
Note:
See TracChangeset
for help on using the changeset viewer.