diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-16 22:05:22 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-16 22:05:22 +0300 |
commit | a0668a067d82608d3eef748c58ac8f16774031f3 (patch) | |
tree | 75848a023003b4fba5a0635e357d3824f25586d4 /testing/mlocate/build | |
parent | 5b3e6a3fc121cddfbebe97811249d72c74bba38e (diff) | |
download | repository-a0668a067d82608d3eef748c58ac8f16774031f3.tar.gz |
mlocate: add package to testing
Diffstat (limited to 'testing/mlocate/build')
-rwxr-xr-x | testing/mlocate/build | 9 |
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 |