From ae04a8239f2db108ac9853ac2980adb38cb8bc98 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Tue, 2 Apr 2019 23:40:08 -1000 Subject: Correct make.sh for tmux --- data/tmux/make.sh | 5 ++--- 1 file 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 -- cgit v1.2.3