aboutsummaryrefslogtreecommitdiff
path: root/testing/gettext/build
diff options
context:
space:
mode:
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