aboutsummaryrefslogtreecommitdiff
path: root/math/octave/files/patch-scripts+pkg+pkg.m
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave/files/patch-scripts+pkg+pkg.m')
-rw-r--r--math/octave/files/patch-scripts+pkg+pkg.m14
1 files changed, 7 insertions, 7 deletions
diff --git a/math/octave/files/patch-scripts+pkg+pkg.m b/math/octave/files/patch-scripts+pkg+pkg.m
index 1e46e7eab91d..ec414d29ebf6 100644
--- a/math/octave/files/patch-scripts+pkg+pkg.m
+++ b/math/octave/files/patch-scripts+pkg+pkg.m
@@ -1,11 +1,11 @@
---- scripts/pkg/pkg.m~ 2009-04-09 17:26:54.000000000 +0900
-+++ scripts/pkg/pkg.m 2009-04-09 17:27:14.000000000 +0900
-@@ -1242,7 +1242,7 @@
- ## make
+--- scripts/pkg/pkg.m~ 2009-07-27 18:31:53.000000000 +0900
++++ scripts/pkg/pkg.m 2009-07-27 18:32:52.000000000 +0900
+@@ -1247,7 +1247,7 @@
+ ## Make.
if (exist (fullfile (src, "Makefile"), "file"))
- [status, output] = shell (strcat ("export INSTALLDIR=\"", desc.dir,
-- "\"; make -C '", src, "'"));
-+ "\"; gmake -C '", src, "'"));
+ [status, output] = shell (cstrcat ("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);