diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-06 00:17:55 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-06 00:17:55 +0300 |
commit | ed0fcf6bd75c5d3db708f71f5317f7c94176a2c6 (patch) | |
tree | 355662ccff00810b5a538213fccf09da90ad0e13 /extra/libevent/build | |
parent | e3e8c77b39dd365e183e5ec6f5597cdc259fe690 (diff) | |
download | repository-ed0fcf6bd75c5d3db708f71f5317f7c94176a2c6.tar.gz |
libevent: drop from repositories
Diffstat (limited to 'extra/libevent/build')
-rwxr-xr-x | extra/libevent/build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/extra/libevent/build b/extra/libevent/build deleted file mode 100755 index 7ca84fcf..00000000 --- a/extra/libevent/build +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --disable-static - -make -make DESTDIR="$1" install |