. locations.include up1=`dirname $TREE` up2=`dirname $up1` mypwd=`pwd` if [ -x /usr/bin/createrepo ] ; then # # Do the site SL RPMS # sh ./subscripts/makeyum.SITERPMS.sh # Do the site security RPMS sh ./subscripts/makeyum.security.sh # Do the site contrib RPMS sh ./subscripts/makeyum.contrib.sh else echo "You need to install createrepo" fi