diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-28 23:07:32 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-28 23:07:32 +0300 |
commit | d50820b4a7e888c58c20bf2c092b6c14f20498e7 (patch) | |
tree | 51326d90f1322b018d0e76197f86dedafbfba914 /testing/ruby/build | |
parent | 3135674cda64e735629f7eb9f4d2f3e4d702ffe7 (diff) | |
download | repository-d50820b4a7e888c58c20bf2c092b6c14f20498e7.tar.gz |
webkit-friends: move to extra
Diffstat (limited to 'testing/ruby/build')
-rwxr-xr-x | testing/ruby/build | 9 |
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 |