aboutsummaryrefslogtreecommitdiff
path: root/extra/libedit/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-27 17:05:20 +0300
committerCem Keylan <cem@ckyln.com>2020-04-27 17:05:20 +0300
commitde9bab05198873fa826ba0de956b6770b32cf164 (patch)
treefc9376f14d9512b00aef20ac25c14e403911905e /extra/libedit/build
parent44f95c336afa47026f0c263cac43ac8d6d98be05 (diff)
downloadrepository-de9bab05198873fa826ba0de956b6770b32cf164.tar.gz
libedit: add new package at 20191231-3.1 to extra
Diffstat (limited to 'extra/libedit/build')
-rwxr-xr-xextra/libedit/build7
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