From 186e53bd86465ae6e49c09caf8b55ae5452b0a04 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 17 Mar 2021 11:32:17 +0300 Subject: ruby: bump to 3.0.0 --- testing/ruby/build | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 testing/ruby/build (limited to 'testing/ruby/build') 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 -- cgit v1.2.3