From 67596087b9654e7503e55d59dd6b7d60c86ea359 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 8 May 2020 13:09:52 +0300 Subject: move out of the 'cem' directory --- htop-vim/build | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 htop-vim/build (limited to 'htop-vim/build') diff --git a/htop-vim/build b/htop-vim/build new file mode 100755 index 0000000..807b6b3 --- /dev/null +++ b/htop-vim/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +patch -p1 < fix-major-undefined.patch + +./autogen.sh +./configure --prefix=/usr +make +make DESTDIR="$1" install -- cgit v1.2.3