. ./locations.include if [ -x /usr/bin/createrepo ] ; then # # Do the base SL RPMS # $TREE/build/scripts/makeyum.sl.baseonly.sh # Do the errata RPMS # $TREE/build/scripts/makeyum.sl.updatesonly.sh # # Do the contrib RPMS # $TREE/build/scripts/makeyum.sl.contribonly.sh else echo "You need to install createrepo" fi