aboutsummaryrefslogtreecommitdiff
path: root/extra/mlocate/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-17 01:06:33 +0300
committerCem Keylan <cem@ckyln.com>2019-12-17 01:06:33 +0300
commit0124c81db637ae1af5ea628748cfa3d8c6069cde (patch)
treedd7cdc80df4fa5514ef337d4a0f489c4735032d2 /extra/mlocate/build
parentdfb5a2bd511d63d67a0fa73f2deb2abfd0d52960 (diff)
downloadrepository-0124c81db637ae1af5ea628748cfa3d8c6069cde.tar.gz
mlocate: move to extra
Diffstat (limited to 'extra/mlocate/build')
-rwxr-xr-xextra/mlocate/build9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/mlocate/build b/extra/mlocate/build
new file mode 100755
index 00000000..e641b74d
--- /dev/null
+++ b/extra/mlocate/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --disable-nls
+
+make
+
+make DESTDIR="$1" install