aboutsummaryrefslogtreecommitdiff
path: root/testing/mlocate/build
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mlocate/build')
-rwxr-xr-xtesting/mlocate/build9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/mlocate/build b/testing/mlocate/build
new file mode 100755
index 00000000..e641b74d
--- /dev/null
+++ b/testing/mlocate/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --disable-nls
+
+make
+
+make DESTDIR="$1" install