From 387a3e8f393902375e245f83fc79f6a654ea463f Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 28 Oct 2011 15:01:13 +0000 Subject: check distro section in find_src_pkg --- functions | 1 + 1 file changed, 1 insertion(+) diff --git a/functions b/functions index e7518e0..ac9794c 100644 --- a/functions +++ b/functions @@ -242,6 +242,7 @@ function find_src_pkg() local sectionrepo="$3" local pkgname="$4" + check_distro_section "$distrorelease" "$section" "$sectionrepo" for file in "$distribdir/$distrorelease/SRPMS/$section/$sectionrepo/"*.rpm do local fname=$(rpm -qp --qf '%{NAME}' "$file") -- cgit v1.2.1