diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-14 11:11:15 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-14 11:11:15 +0100 |
commit | f9c21c5f260927ae453d9fd7b63f152d4048dd95 (patch) | |
tree | 17914f2a8f5239a0165579279759e369d3ad4f01 | |
parent | a26ad05489d138c4cef95387ca2b2f3e51962911 (diff) | |
download | jenkins.debian.net-f9c21c5f260927ae453d9fd7b63f152d4048dd95.tar.xz |
reproducible: provide absolute path to css file
-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 15382d2f..3a414166 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='$RELEASE.css' type='text/css' media='all' /> + <link rel='stylesheet' href='/rpms/$RELEASE.css' type='text/css' media='all' /> </head> <body> <div id="archnavbar"> |