mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
octave: octave --force-gui is deprecated, use --gui instead
no revbump now, as the old option still works.
This commit is contained in:
parent
71667b3b7c
commit
79fbb6d736
1 changed files with 1 additions and 1 deletions
|
@ -88,6 +88,6 @@ post_build() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# add helper to launch octave from dmenu etc.
|
# add helper to launch octave from dmenu etc.
|
||||||
printf "#!/bin/sh\noctave --force-gui" > octave-gui
|
printf "#!/bin/sh\noctave --gui" > octave-gui
|
||||||
vbin octave-gui
|
vbin octave-gui
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue