Commit a048e40d authored by Andrey Cherepanov's avatar Andrey Cherepanov

Fix name in several places

parent c3817eeb
......@@ -276,7 +276,7 @@ __EOF__
#release
install -pD -m644 /dev/null %buildroot%_sysconfdir/buildreqs/packages/ignore.d/%name-release
echo "%Name %version %status (%codename)" >%buildroot%_sysconfdir/altlinux-release
echo "%Name %version %status_en (%codename)" >%buildroot%_sysconfdir/altlinux-release
for n in fedora redhat system; do
ln -s altlinux-release %buildroot%_sysconfdir/$n-release
done
......
......@@ -2,7 +2,7 @@
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Disto name in title -->
<title>@NAME@ @VERSION@@STATUS@</title>
<title>@PRODUCT_NAME@</title>
<link href="index.css" rel="stylesheet" type="text/css">
</head>
......@@ -16,7 +16,7 @@
</div>
<!-- Disto name -->
<div id="title">@NAME@ @VERSION@</div>
<div id="title">@PRODUCT_NAME@</div>
<div id="main">
<!-- Links columns -->
......
......@@ -2,8 +2,8 @@ NAME="@NAME@"
VERSION="@VERSION@@STATUS@ (@CODENAME@)"
ID=altlinux
VERSION_ID=@VERSION@
PRETTY_NAME="@NAME@ @VERSION@@STATUS@ (@CODENAME@)"
PRETTY_NAME="@PRODUCT_NAME@ (@CODENAME@)"
ANSI_COLOR="1;36"
CPE_NAME="cpe:/o:alt linux:slinux:@VERSION@"
HOME_URL="http://simplylinux.ru/"
CPE_NAME="cpe:/o:alt linux:school teacher:@VERSION@"
HOME_URL="http://altlinux.ru/"
BUG_REPORT_URL="https://bugs.altlinux.org/"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment