diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-19 01:47:44 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-19 01:47:44 +0300 |
commit | 706c708b5aac148cd323a7f6b40513ba756ef45e (patch) | |
tree | 2a9c963283378af3c7e04ba2e4683ccbd220b978 /htop-vim/build | |
parent | c05ab7845f241547ab8607a91db1942617bc3d4e (diff) | |
download | repository-706c708b5aac148cd323a7f6b40513ba756ef45e.tar.gz |
move to personal
Diffstat (limited to 'htop-vim/build')
-rwxr-xr-x | htop-vim/build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/htop-vim/build b/htop-vim/build deleted file mode 100755 index 807b6b3..0000000 --- a/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 |