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, 0 insertions, 9 deletions
diff --git a/testing/mlocate/build b/testing/mlocate/build
deleted file mode 100755
index e641b74d..00000000
--- a/testing/mlocate/build
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --disable-nls
-
-make
-
-make DESTDIR="$1" install