diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/tmux/make.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/tmux/make.sh b/data/tmux/make.sh index c6e5f1a32..b78ddd2d2 100644 --- a/data/tmux/make.sh +++ b/data/tmux/make.sh @@ -1,5 +1,4 @@ pkg:setup -pkg:configure ac_cv_search_forkpty="-lresolv" LIBS="-lncurses -levent" PKG_CONFIG=true -# Not relying on pkg-config- libtinfo gets linked if pkg-config can't find ncurses.pc for some reason. -make -j8 +pkg:configure +pkg:make pkg:install |