diff options
Diffstat (limited to 'data/dialog/make.sh')
-rw-r--r-- | data/dialog/make.sh | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/data/dialog/make.sh b/data/dialog/make.sh index 2b553e9a5..33fed236e 100644 --- a/data/dialog/make.sh +++ b/data/dialog/make.sh @@ -1,9 +1,5 @@ pkg:setup -CFLAGS="-include term.h" pkg:configure --with-ncurses -# configure doesn't include ncurses/term.h and will error out without that CFLAG. -# (Due to a undefined `tgoto`) +pkg:configure pkg:make -pkg:install install-full - -# Also installs headers and a static lib- uncomment for removal -# pkg: rm -rf ${PKG_TAPF}/{lib,include} +pkg:install +pkg: rm -rf /usr/lib |