aboutsummaryrefslogtreecommitdiff
path: root/testing/ruby/build
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ruby/build')
-rwxr-xr-xtesting/ruby/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/ruby/build b/testing/ruby/build
new file mode 100755
index 00000000..39bf9881
--- /dev/null
+++ b/testing/ruby/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-shared \
+ --enable-static \
+ --disable-rpath
+
+make
+make DESTDIR="$1" install