@ -39,7 +39,7 @@ done
./scripts/Create-UpdList -cfg $config $options | grep -v "Not installed." | cut -f1 -d: | \
while read package ; do
if [ ${package} = glibc ] ; then
if [[ ${package} = glibc* ]] ; then
echo
echo "Not rebuilding package ${package} automatically since"
echo "it is way to important and a broken build can do much"