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