mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/ex-vi: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9c05ca321b
commit
af10da713d
1 changed files with 9 additions and 8 deletions
|
@ -24,14 +24,6 @@
|
|||
# mode. Exceeding TUBELINES just means vi ignores the extra lines at the
|
||||
# bottom of the terminal.
|
||||
|
||||
# Default to 320x200, which would be enough for a 8x16 console font on a
|
||||
# WQXGA 2560x1600 display, or a 2/3-width full-height X terminal on 4K
|
||||
# UHDTV (3840x2160). If I don't make this configurable, someone will
|
||||
# need it to be. So:
|
||||
TUBECOLS=${TUBECOLS:-320}
|
||||
TUBELINES=${TUBELINES:-200}
|
||||
|
||||
# We now return you to your regularly scheduled programming:
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ex-vi
|
||||
|
@ -73,6 +65,15 @@ fi
|
|||
|
||||
set -e
|
||||
|
||||
# Default to 320x200, which would be enough for a 8x16 console font on a
|
||||
# WQXGA 2560x1600 display, or a 2/3-width full-height X terminal on 4K
|
||||
# UHDTV (3840x2160). If I don't make this configurable, someone will
|
||||
# need it to be. So:
|
||||
TUBECOLS=${TUBECOLS:-320}
|
||||
TUBELINES=${TUBELINES:-200}
|
||||
|
||||
# We now return you to your regularly scheduled programming:
|
||||
|
||||
TARNAME=ex
|
||||
|
||||
rm -rf $PKG
|
||||
|
|
Loading…
Reference in a new issue