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