#!/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 :-)
#
# This only builds the xorg server package.  This is useful if we need to do
# an update of it outside of what Slackware upstream is doing.
#
BL=/tmp/r2b-buildlist
cat << EOF > $BL
**R2B
_X11MOD_ +x/xorg-server-000-FOO-1.txz:  Upgraded.
**R2B
EOF
r2b -c $BL
