diff options
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 |