X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=lib%2FPackages%2FDoShow.pm;h=7d5c16b3e4f71b609f12f655b9634e900b6eed9c;hp=c9912df2941bf1ca506c3b60f0dc7ae3351b2522;hb=fdc82fe76a3798aea76fdfa7c14f89981a40fb07;hpb=11fc9730f6aeb68430f61940b69b171d519dd4ad diff --git a/lib/Packages/DoShow.pm b/lib/Packages/DoShow.pm index c9912df..7d5c16b 100644 --- a/lib/Packages/DoShow.pm +++ b/lib/Packages/DoShow.pm @@ -307,11 +307,11 @@ sub do_show { $$menu .= simple_menu( [ _g( "Distribution:" ), _g( "Overview over this suite" ), - "/$suite/", + "$ROOT/$suite/", $suite ], [ _g( "Section:" ), _g( "All packages in this section" ), - "/$suite/$subsection/", + "$ROOT/$suite/$subsection/", $subsection ], );