Sha256: 85ad7cb2947c5c56f94affc622eeac58a39e9cae00ef53fd32e0e3cb0f264ef3
Contents?: true
Size: 509 Bytes
Versions: 2
Compression:
Stored size: 509 Bytes
Contents
#!/bin/sh # rmagick for sierra export PKG_CONFIG_PATH=/usr/local/opt/imagemagick@6/lib/pkgconfig #export PATH=/usr/local/Cellar/imagemagick@6/6.9.7-5/bin:$PATH if [ -d "/opt/local/lib" ]; then bundle config --local build.mysql2 "--with-ldflags=-L/opt/local/lib" else bundle config --delete build.mysql2 fi bundle_dir=./vendor/bundle if [ -d "$bundle_dir" ] ; then /bin/rm -rf "$bundle_dir" bundle update else /bin/rm -rf "$bundle_dir" bundle install --path "$bundle_dir" fi
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wptools-0.2.0 | build.sh |
wptools-0.1.0 | build.sh |