octaveforge.eclass: remove octave detection

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2022-06-14 11:10:58 +02:00
parent be8e18b24b
commit 390cdd54fa
No known key found for this signature in database
GPG Key ID: 75DFA720D0EF7660

View File

@ -38,8 +38,8 @@ OCT_PKGDIR="${OCT_ROOT}/packages"
# @ECLASS-VARIABLE: OCT_BIN
# @DESCRIPTION:
# full path to octave binary
OCT_BIN="$(type -p octave || die)"
# octave binary name
OCT_BIN="octave"
SRC_URI="mirror://sourceforge/octave/${P}.tar.gz"
SLOT="0"