diff options
Diffstat (limited to 'testing/mlocate/build')
-rwxr-xr-x | testing/mlocate/build | 9 |
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 |