Skip to content

Instantly share code, notes, and snippets.

@postwait
Created May 23, 2012 15:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save postwait/2775998 to your computer and use it in GitHub Desktop.
Save postwait/2775998 to your computer and use it in GitHub Desktop.
gsed -i -e 's:OpenSolaris:OmniOS:g' $TMPDIR/$BUILDDIR/package/Makefile
$MAKE clean
CC=gcc CXX=g++ CFLAGS="-m64" $MAKE -C package buildrel REPO=riak REPO_TAG=riak-$VER PKG_VERSION=$VER
mkdir -p $DESTDIR/$PREFIX
cp -r -p rel/riak/* $DESTDIR/$PREFIX/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment