. locations.include
if [ -x /usr/bin/genbasedir ] ; then 
  sh -x ./subscripts/makeapt.sh full  $DEFAULT 
else
  echo "You need to install the apt package"
  echo "Try \"yum install apt\" "
fi
