|
|
|
@ -714,7 +714,7 @@ namespace eval punk::mix::cli {
|
|
|
|
|
#lappend notes "zipfs_unavailable" |
|
|
|
|
#puts stderr "WARNING: zipfs unavailable can't build $modulefile" |
|
|
|
|
} |
|
|
|
|
if {!$had_error && [file exists $zipfiles]} { |
|
|
|
|
if {!$had_error && [file exists $zipfile]} { |
|
|
|
|
package require modpod |
|
|
|
|
modpod::lib::make_zip_modpod $zipfile $modulefile |
|
|
|
|
} |
|
|
|
|