diff options
| author | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:43:10 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:43:10 +0300 |
| commit | 460e4b9904fd38adceaffda0255bc55ce48d7ae1 (patch) | |
| tree | f5b31775f3150ba53a303ffdb5a6648de5873bc0 /testing/libunistring/build | |
| parent | b899b7df3b772cde5ebc8748211f4c191ef31d9c (diff) | |
| download | repository-460e4b9904fd38adceaffda0255bc55ce48d7ae1.tar.gz | |
libunistring: add to testing
Diffstat (limited to 'testing/libunistring/build')
| -rwxr-xr-x | testing/libunistring/build | 5 |
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 |
