diff options
Diffstat (limited to 'math/octave/files/patch-scripts+pkg+pkg.m')
-rw-r--r-- | math/octave/files/patch-scripts+pkg+pkg.m | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave/files/patch-scripts+pkg+pkg.m b/math/octave/files/patch-scripts+pkg+pkg.m new file mode 100644 index 000000000000..c4b0030fe524 --- /dev/null +++ b/math/octave/files/patch-scripts+pkg+pkg.m @@ -0,0 +1,11 @@ +--- scripts/pkg/pkg.m~ 2007-12-20 16:55:26.000000000 +0000 ++++ scripts/pkg/pkg.m 2008-02-25 16:32:59.000000000 +0000 +@@ -1052,7 +1052,7 @@ + ## make + if (exist (fullfile (src, "Makefile"), "file")) + [status, output] = shell (strcat ("export INSTALLDIR=\"", desc.dir, +- "\"; make -C ", src)); ++ "\"; gmake -C ", src)); + if (status != 0) + rm_rf (desc.dir); + error ("'make' returned the following error: %s", output); |