From db9cf67296ba0188ecb94051a20c1b3d60922154 Mon Sep 17 00:00:00 2001 From: Oliver Regehr Date: Sat, 10 Jan 2004 21:37:11 +0000 Subject: [PATCH] Oliver Regehr : 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 --- scripts/Update-System | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Update-System b/scripts/Update-System index d70623915..1eae7a9f8 100755 --- a/scripts/Update-System +++ b/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