[Pkg-octave-commit] [octave-pkg-dev] 01/01: octave-pkg.mk: Use the CLI version of the octave command

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sun Apr 19 19:39:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository octave-pkg-dev.

commit b5a12c80d29b17c5c594f16c7b2f7eed21b0d6d3
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sun Apr 19 11:43:40 2015 -0300

    octave-pkg.mk: Use the CLI version of the octave command
---
 octave-pkg.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/octave-pkg.mk b/octave-pkg.mk
index aa496fb..1ed2d46 100644
--- a/octave-pkg.mk
+++ b/octave-pkg.mk
@@ -32,7 +32,7 @@ bpath = usr/lib/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)/octave/packages
 hosttype = $(shell octave-config -p CANONICAL_HOST_TYPE)
 version = $(shell octave-config -p VERSION | sed 's/-rc/~rc/')
 apiversion = $(shell octave-config -p API_VERSION)
-octave = /usr/bin/octave
+octave = /usr/bin/octave-cli
 octave_options = --no-history --silent --no-init-file --no-window-system
 global_list = global-list
 local_list = local-list

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-pkg-dev.git



More information about the Pkg-octave-commit mailing list