diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-27 17:05:20 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-27 17:05:20 +0300 |
commit | de9bab05198873fa826ba0de956b6770b32cf164 (patch) | |
tree | fc9376f14d9512b00aef20ac25c14e403911905e /extra/libedit/build | |
parent | 44f95c336afa47026f0c263cac43ac8d6d98be05 (diff) | |
download | repository-de9bab05198873fa826ba0de956b6770b32cf164.tar.gz |
libedit: add new package at 20191231-3.1 to extra
Diffstat (limited to 'extra/libedit/build')
-rwxr-xr-x | extra/libedit/build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/libedit/build b/extra/libedit/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libedit/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install |