Commits
Ryan Schmidt authored d16e424ff1c
70 70 | destroot.destdir PREFIX_DEST="${destroot}" |
71 71 | |
72 72 | post-destroot { |
73 73 | foreach dir {Bin Contrib Docs Examples Include Menu Plugins Stubs} { |
74 74 | file delete -force ${destroot}${prefix}/share/nsis/${dir} |
75 75 | file copy ${workpath}/nsis-${version}/${dir} ${destroot}${prefix}/share/nsis |
76 76 | } |
77 77 | system "chmod -R go-w '${destroot}${prefix}/share/nsis'" |
78 78 | } |
79 79 | |
80 - | variant advanced_logging description {Builds makensis with advanced logging support} { |
80 + | variant advanced_logging description {Build makensis with advanced logging support} { |
81 81 | build.args-append NSIS_CONFIG_LOG=yes |
82 82 | } |
83 83 | |
84 - | variant large_strings description {Builds makensis with support for large strings} { |
84 + | variant large_strings description {Build makensis with support for large strings} { |
85 85 | build.args-append NSIS_MAX_STRLEN=8192 |
86 86 | } |