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