aboutsummaryrefslogtreecommitdiff
path: root/cem/htop-vim/build
diff options
context:
space:
mode:
Diffstat (limited to 'cem/htop-vim/build')
-rwxr-xr-xcem/htop-vim/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/cem/htop-vim/build b/cem/htop-vim/build
new file mode 100755
index 0000000..807b6b3
--- /dev/null
+++ b/cem/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