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