From 037de86e9344734ae5fbac75b1e2cfb57c64244b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 11 Jan 2020 12:41:18 +0300 Subject: gettext: add to testing --- testing/gettext/build | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 testing/gettext/build (limited to 'testing/gettext/build') 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 -- cgit v1.2.3