summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_stats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh
index 4f6f3a6a..b70ed42f 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -86,7 +86,7 @@ link_packages() {
if $EXTRA_STAR && [ ! -f "/var/lib/jenkins/userContent/buildinfo/${PKG}_${EVERSION}_amd64.buildinfo" ] ; then
STAR="<font color=\"#333333\" size=\"-1\">&beta;</font>" # used to be a star...
fi
- NAVI="/var/lib/jenkins/userContent/rb-pkg/$1_navigation.html"
+ NAVI="/var/lib/jenkins/userContent/rb-pkg/${PKG}_navigation.html"
# only build $PKG pages if they don't exist or are older than $BUILD_DATE
FILE=$(find ! -newermt "$BUILD_DATE" -name $NAVI)
if [ ! -f $NAVI ] || [ "$FILE" != "" ] ; then