summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index a3bbb9a9..d62570eb 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -289,7 +289,7 @@ publish_page() {
}
set_package_star() {
- if [ -f /var/lib/jenkins/userContent/buildinfo/${PKG}_.buildinfo ] ; then
+ if [ -f /var/lib/jenkins/userContent/buildinfo/${PKG}_*.buildinfo ] ; then
STAR="<span class=\"beta\">&beta;</span>" # used to be a star...
else
STAR=""