From 33fc21d6fa11d6315f0ad90ca96092f576f75239 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 3 Jun 2021 02:21:16 -0700 Subject: Remove ncurses binary installation --- pkg/ncurses/gen.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pkg/ncurses/gen.lua') diff --git a/pkg/ncurses/gen.lua b/pkg/ncurses/gen.lua index 4b3307c2..7aeca56d 100644 --- a/pkg/ncurses/gen.lua +++ b/pkg/ncurses/gen.lua @@ -137,27 +137,22 @@ exe('infocmp', [[ libtic.a libncurses.a ]]) -file('bin/infocmp', '755', '$outdir/infocmp') exe('tic', [[ progs/(tic.c dump_entry.c tparm_type.c.o transform.c.o) libtic.a libncurses.a ]]) -file('bin/tic', '755', '$outdir/tic') exe('tput', [[ progs/(tput.c clear_cmd.c reset_cmd.c.o tparm_type.c.o transform.c.o tty_settings.c.o) libncurses.a ]]) -file('bin/tput', '755', '$outdir/tput') exe('tset', [[ progs/(tset.c reset_cmd.c.o transform.c.o tty_settings.c.o) libncurses.a ]]) -file('bin/tset', '755', '$outdir/tset') -sym('bin/reset', 'tset') for _, f in ipairs{'tic.1m', 'tset.1'} do local out = '$outdir/'..f -- cgit v1.2.3