diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-14 01:38:20 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:07:01 +0700 |
commit | af10da713d231306ea3f91131ce7d662cc2af1b6 (patch) | |
tree | dba445af49bfed0f05c5916fcf03e3b27a8179ba | |
parent | 9c05ca321b1c772199f4fe76545a5d84663161e5 (diff) |
development/ex-vi: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/ex-vi/ex-vi.SlackBuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/development/ex-vi/ex-vi.SlackBuild b/development/ex-vi/ex-vi.SlackBuild index 1a807ba3eebc..cab4116d11a1 100644 --- a/development/ex-vi/ex-vi.SlackBuild +++ b/development/ex-vi/ex-vi.SlackBuild @@ -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 |