aboutsummaryrefslogtreecommitdiff
path: root/testing/libunistring/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-11 12:43:10 +0300
committerCem Keylan <cem@ckyln.com>2020-01-11 12:43:10 +0300
commit460e4b9904fd38adceaffda0255bc55ce48d7ae1 (patch)
treef5b31775f3150ba53a303ffdb5a6648de5873bc0 /testing/libunistring/build
parentb899b7df3b772cde5ebc8748211f4c191ef31d9c (diff)
downloadrepository-460e4b9904fd38adceaffda0255bc55ce48d7ae1.tar.gz
libunistring: add to testing
Diffstat (limited to 'testing/libunistring/build')
-rwxr-xr-xtesting/libunistring/build5
1 files changed, 5 insertions, 0 deletions
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