diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:41:18 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:41:18 +0300 |
commit | 037de86e9344734ae5fbac75b1e2cfb57c64244b (patch) | |
tree | 11be1e7c9c902577624705057814d2c2f86c83c6 /testing/gettext/build | |
parent | ece97ea1d6fbbdb5fc4a0e228bfedd1ff7f65790 (diff) | |
download | repository-037de86e9344734ae5fbac75b1e2cfb57c64244b.tar.gz |
gettext: add to testing
Diffstat (limited to 'testing/gettext/build')
-rwxr-xr-x | testing/gettext/build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/gettext/build b/testing/gettext/build new file mode 100755 index 00000000..ad99d0c6 --- /dev/null +++ b/testing/gettext/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +./configure --prefix=/usr --without-docs + +make +make DESTDIR="$1" install |