From 341a3cad6a13a3d8885c8cda4a43f689fc502138 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 11 Jan 2020 12:43:48 +0300 Subject: ruby: add to testing --- testing/ruby/build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 testing/ruby/build (limited to 'testing/ruby/build') 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 -- cgit v1.2.3