From 2aa183abd91132a3658f5268ae0826a682409008 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 9 Aug 2004 17:22:02 +0000 Subject: [PATCH] Clifford Wolf: Fixed package selection for forked packages [2004080917471721972] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3777 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/config.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/config.in b/scripts/config.in index 069b3aecd..c58c53cc0 100644 --- a/scripts/config.in +++ b/scripts/config.in @@ -234,12 +234,7 @@ expert_begin -e 's,[/\.\+],\\&,g' \ -e 's,\*,[^ ]*,g' )" [ "$pattern" ] || continue -# check if pattern describes a pkgforked package - if [ "$pattern" != "${pattern%=*}" ] ; then - action="print; $action; \$5=\"$pattern\"" - pattern=${pattern%=*} - fi - address="$address$first / $pattern /" + address="$address$first /[ =]$pattern[ =]/" first=" $others" fi done < <( echo "$patternlist" | tr '\t ' '\n\n' )