Changeset 82181
- Timestamp:
- 08/09/11 17:31:01 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/_resources/port1.0/group/texlive-1.0.tcl
r82097 r82181 424 424 system "${prefix}/libexec/texlive-update-cnf fmtutil.cnf" 425 425 system "${prefix}/bin/updmap-sys" 426 system "${prefix}/bin/fmtutil-sys --all" 426 # format generation might fail if we are in the middle of 427 # a major upgrade and have not yet updated all texlive ports. 428 # Catch the error to prevent the upgrade from failing. 429 catch {system "${prefix}/bin/fmtutil-sys --all"} 427 430 } else { 428 431 # Otherwise, only update the config files that are … … 447 450 # installed. 448 451 if {${texlive.languages} != ""} { 449 system "${prefix}/bin/fmtutil-sys --all"452 catch {system "${prefix}/bin/fmtutil-sys --all"} 450 453 } elseif {${texlive.formats} != ""} { 451 454 foreach x ${texlive.formats} { 452 455 set fmtname [lindex $x 1] 453 system "${prefix}/bin/fmtutil-sys --byfmt $fmtname"456 catch {system "${prefix}/bin/fmtutil-sys --byfmt $fmtname"} 454 457 } 455 458 }
Note: See TracChangeset
for help on using the changeset viewer.

