diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_rpms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh index 1a8c03b3..15382d2f 100755 --- a/bin/reproducible_html_rpms.sh +++ b/bin/reproducible_html_rpms.sh @@ -117,7 +117,7 @@ cat > $PAGE <<- EOF <head> <meta charset="UTF-8"> <title>Reproducible $RELEASE ($ARCH) ?!</title> - <link rel='stylesheet' href='global.css' type='text/css' media='all' /> + <link rel='stylesheet' href='$RELEASE.css' type='text/css' media='all' /> </head> <body> <div id="archnavbar"> |