From 6ad005cf5475bd5600072b5a2def97abc45ea358 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 15 Jul 2004 21:19:00 +0000 Subject: [PATCH] Clifford Wolf: Fixed Create-ErrList for forked packages [2004071310063803971] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3589 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/Create-ErrList | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/Create-ErrList b/scripts/Create-ErrList index 2c240edea..f58026b78 100755 --- a/scripts/Create-ErrList +++ b/scripts/Create-ErrList @@ -195,6 +195,10 @@ count_log=0 for stagelevel in $( echo $stages | tr -d '[]' | sed 's,.,& ,g' ) ; do while read x x x tree pkg x ; do + + # strip base package name + pkg="${pkg#*=}" + [ "$repository" -a \ "${repository/ $tree /}" = "$repository" ] && continue