Sha256: d87f1acc8dbba162555a1e74610c18531a9fe849a86c64f2a50ea1b8d5ae713e
Contents?: true
Size: 193 Bytes
Versions: 3983
Compression:
Stored size: 193 Bytes
Contents
#!/bin/bash cd /opt echo $PATH export PATH=/usr/local/bin:$PATH echo $PATH ./configure --host=${HOST} || cat */config.log make make dist make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true
Version data entries
3,983 entries across 3,979 versions & 23 rubygems