diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-15 21:52:11 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-15 21:52:11 +0100 |
commit | 2d0959941281dc5877814d59e0a5ce850d8157de (patch) | |
tree | 50869d23c2e817e10613515aa3dc460411fc48cd | |
parent | 7a6cbfdb1962080e0a0936499b1d5162e9d6bd80 (diff) | |
download | jenkins.debian.net-2d0959941281dc5877814d59e0a5ce850d8157de.tar.xz |
reproducible fedora rpms: use relative 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 d9c197e4..cc3bb3b5 100755 --- a/bin/reproducible_html_rpms.sh +++ b/bin/reproducible_html_rpms.sh @@ -121,7 +121,7 @@ cat > $PAGE <<- EOF <head> <meta charset="UTF-8"> <title>Reproducible $RELEASE ($ARCH) ?!</title> - <link rel='stylesheet' href='/rpms/$RELEASE.css' type='text/css' media='all' /> + <link rel='stylesheet' href='$RELEASE.css' type='text/css' media='all' /> </head> <body> <div id="logo"> |