ports/math/octave-forge-coder/files/patch-pre__install.m
Stephen Montgomery-Smith 64dc2c2a51 math/octave-forge-coder: Update to 1.10.1.
- Unbreak.
2025-03-30 12:46:15 -05:00

10 lines
388 B
Matlab

--- pre_install.m.orig 2025-03-30 17:42:54 UTC
+++ pre_install.m
@@ -1,6 +1,6 @@ function pre_install (in)
function pre_install (in)
- disp ('Installing package coder. It may take a while. Please wait ...')
+ disp ('Building package coder. It may take a while. Please wait ...')
basedir = fileparts(mfilename ('fullpath'));
sourcedir = format_path(fullfile(basedir, 'src'));