octave: octave --force-gui is deprecated, use --gui instead
no revbump now, as the old option still works.
This commit is contained in:
@@ -88,6 +88,6 @@ post_build() {
|
||||
|
||||
post_install() {
|
||||
# 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user