changeset 3121:fa2beb4c25a5

use separate DESTDIRs for octave-stable and octave
author John W. Eaton <jwe@octave.org>
date Thu, 03 Jan 2013 16:13:19 -0500
parents 30a5052213e6
children 8f0c44add205
files src/octave-stable.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/octave-stable.mk
+++ b/src/octave-stable.mk
@@ -28,5 +28,5 @@
     ## location set by the configure --prefix option, and the other
     ## in a directory tree that will have just Octave files.
     $(MAKE) -C '$(1)/.build' -j '$(JOBS)' install
-    $(MAKE) -C '$(1)/.build' -j '$(JOBS)' DESTDIR=$(PREFIX)/../octave install
+    $(MAKE) -C '$(1)/.build' -j '$(JOBS)' DESTDIR=$(PREFIX)/../octave-stable install
 endef