From 7dec06d74d18aee290e70b112e2685477454b0e3 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sun, 12 Apr 2009 00:19:20 +0000 Subject: Update to 3.0.5. --- math/octave/files/patch-scripts+pkg+pkg.m | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'math/octave/files/patch-scripts+pkg+pkg.m') diff --git a/math/octave/files/patch-scripts+pkg+pkg.m b/math/octave/files/patch-scripts+pkg+pkg.m index c4b0030fe524..1e46e7eab91d 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~ 2007-12-20 16:55:26.000000000 +0000 -+++ scripts/pkg/pkg.m 2008-02-25 16:32:59.000000000 +0000 -@@ -1052,7 +1052,7 @@ +--- 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 if (exist (fullfile (src, "Makefile"), "file")) [status, output] = shell (strcat ("export INSTALLDIR=\"", desc.dir, -- "\"; make -C ", src)); -+ "\"; gmake -C ", src)); +- "\"; make -C '", src, "'")); ++ "\"; gmake -C '", src, "'")); if (status != 0) rm_rf (desc.dir); error ("'make' returned the following error: %s", output); -- cgit v1.2.3