diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:43:48 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:43:48 +0300 |
commit | 341a3cad6a13a3d8885c8cda4a43f689fc502138 (patch) | |
tree | 99bb39e073c72c489ddaf4713dee2b6d60e121bb /testing/ruby/build | |
parent | eb3d3df0fae4b0e273d9d3ebe6e6a0603c002874 (diff) | |
download | repository-341a3cad6a13a3d8885c8cda4a43f689fc502138.tar.gz |
ruby: add to testing
Diffstat (limited to 'testing/ruby/build')
-rwxr-xr-x | testing/ruby/build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/ruby/build b/testing/ruby/build new file mode 100755 index 00000000..276e5c24 --- /dev/null +++ b/testing/ruby/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-shared \ + --disable-rpath + +make +make DESTDIR="$1" install |