Browse Source

Stefan Paletta:


			
			
				rocklinux
			
			
		
Stefan Paletta 21 years ago
parent
commit
894e08625b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Update-System

+ 1
- 1
scripts/Update-System

@ -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"

Loading…
Cancel
Save