aboutsummaryrefslogtreecommitdiff
path: root/testing/gettext/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-11 12:41:18 +0300
committerCem Keylan <cem@ckyln.com>2020-01-11 12:41:18 +0300
commit037de86e9344734ae5fbac75b1e2cfb57c64244b (patch)
tree11be1e7c9c902577624705057814d2c2f86c83c6 /testing/gettext/build
parentece97ea1d6fbbdb5fc4a0e228bfedd1ff7f65790 (diff)
downloadrepository-037de86e9344734ae5fbac75b1e2cfb57c64244b.tar.gz
gettext: add to testing
Diffstat (limited to 'testing/gettext/build')
-rwxr-xr-xtesting/gettext/build6
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