aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2016-04-27 16:47:58 -0400
committerIan Stakenvicius <axs@gentoo.org>2016-04-27 16:47:58 -0400
commitf71aced94424b5aed99fdda631096f8355cb0314 (patch)
tree381605b03136a51d11ee2352fd6b049b166af92f
parentfirefox-45.1 ESR version bump, including the eclass change to requiring media... (diff)
downloadmozilla-f71aced9.tar.gz
mozilla-f71aced9.tar.bz2
mozilla-f71aced9.zip
verify_distfiles.sh: fix bug related to esr distfile matches
-rwxr-xr-xscripts/verify_distfiles.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/verify_distfiles.sh b/scripts/verify_distfiles.sh
index 9ffc8672..0cf2d689 100755
--- a/scripts/verify_distfiles.sh
+++ b/scripts/verify_distfiles.sh
@@ -22,6 +22,7 @@ check_distfiles() {
grep -e "^DIST ${mybasename}-${myver}[-\.]" \
-e "^DIST ${myname}_.*-${myver}[-\.]" \
+ -e "^DIST ${myname}_.*-${myver/esr/}[-\.]" \
Manifest |grep -v -- "${myname}-.*-patches-" |awk '{print $7}' |while read ech ; do
tmp=$(grep ${ech} Manifest |awk '{print $2}')
if grep $ech ${sigfile} &>/dev/null ; then