diff options
author | Sam Bingner <sam@bingner.com> | 2019-05-16 11:50:17 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-05-16 11:52:05 -1000 |
commit | 38f7391f53354df411c6910fe23df1636e146861 (patch) | |
tree | 5e85d25a5abaadd054572e424a3664378c28a657 | |
parent | 52854f984b1b4216ffd72bbd05332539a11569ff (diff) |
Updates for dialog
-rw-r--r-- | data/dialog/_metadata/version | 2 | ||||
-rw-r--r-- | data/dialog/make.sh | 10 |
2 files changed, 4 insertions, 8 deletions
diff --git a/data/dialog/_metadata/version b/data/dialog/_metadata/version index 7e32cd569..a00cbfad2 100644 --- a/data/dialog/_metadata/version +++ b/data/dialog/_metadata/version @@ -1 +1 @@ -1.3 +1.3-20190211 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 |