Browse Source

Oliver Regehr <oliver@regehr.net>:

fixed Update-System which also 'updated' not previously installed packages ...


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2179 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Oliver Regehr 21 years ago
parent
commit
db9cf67296
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Update-System

+ 1
- 1
scripts/Update-System

@ -37,7 +37,7 @@ done
. scripts/parse-config
./scripts/Create-UpdList -cfg $config $options | cut -f1 -d: | \
./scripts/Create-UpdList -cfg $config $options | grep -v "Not installed." | cut -f1 -d: | \
while read package ; do
if [ ${package} = glibc ] ; then
echo

Loading…
Cancel
Save