mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
octaveforge.eclass: add missing --no-gui, --eval
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -209,9 +209,9 @@ octaveforge_pkg_postrm() {
|
||||
mkdir -p "${OCT_PKGDIR}" || die
|
||||
fi
|
||||
cmd="pkg('rebuild');"
|
||||
"${OCT_BIN}" -H --silent "${cmd}" || die 'failed to rebuild the package database'
|
||||
"${OCT_BIN}" -H --silent --no-gui --eval "${cmd}" || die 'failed to rebuild the package database'
|
||||
}
|
||||
|
||||
octavecommand() {
|
||||
"${OCT_BIN}" -H -q --no-site-file --eval "$1"
|
||||
"${OCT_BIN}" -H -q --no-site-file --no-gui --eval "$1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user