diff options
Diffstat (limited to 'testing/libtasn1/build')
-rwxr-xr-x | testing/libtasn1/build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/libtasn1/build b/testing/libtasn1/build new file mode 100755 index 00000000..09d87526 --- /dev/null +++ b/testing/libtasn1/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +./configure --prefix=/usr +make +make DESTDIR="$1" install |