aboutsummaryrefslogtreecommitdiff
path: root/testing/mlocate/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-16 22:05:22 +0300
committerCem Keylan <cem@ckyln.com>2019-12-16 22:05:22 +0300
commita0668a067d82608d3eef748c58ac8f16774031f3 (patch)
tree75848a023003b4fba5a0635e357d3824f25586d4 /testing/mlocate/build
parent5b3e6a3fc121cddfbebe97811249d72c74bba38e (diff)
downloadrepository-a0668a067d82608d3eef748c58ac8f16774031f3.tar.gz
mlocate: add package to testing
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