#!/bin/bash

# A build wrapper script to remind me of how it used to be in the olde days
# before r2b, and so that I don't need to remember the complexities of r2b :-)
#
# Usage:
# 0) Run 'increment-localpkgs-build-numbers' if need be.
# 1) Update 'x11-portspecificmodules.r2bhelper' so that it builds the ARM X11 drivers
#    that you want.
# 2) ./indibuild
BL=/tmp/r2b-buildlist-x11-port-specific
cat << EOF > $BL
**R2B
_X11MODPORTSPECIFIC_
**R2B
EOF
r2b -p1 -c $BL
