From 60b00aa20d5199d8b351794cd4590048f925af03 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 11 Jan 2020 12:41:39 +0300 Subject: libidn2: add to testing --- testing/libidn2/build | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 testing/libidn2/build (limited to 'testing/libidn2/build') diff --git a/testing/libidn2/build b/testing/libidn2/build new file mode 100755 index 00000000..09d87526 --- /dev/null +++ b/testing/libidn2/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +./configure --prefix=/usr +make +make DESTDIR="$1" install -- cgit v1.2.3