diff options
Diffstat (limited to 'cem/htop-vim/build')
-rwxr-xr-x | cem/htop-vim/build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cem/htop-vim/build b/cem/htop-vim/build deleted file mode 100755 index 807b6b3..0000000 --- a/cem/htop-vim/build +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -patch -p1 < fix-major-undefined.patch - -./autogen.sh -./configure --prefix=/usr -make -make DESTDIR="$1" install |