Commit a048e40d authored by Andrey Cherepanov's avatar Andrey Cherepanov

Fix name in several places

parent c3817eeb
...@@ -276,7 +276,7 @@ __EOF__ ...@@ -276,7 +276,7 @@ __EOF__
#release #release
install -pD -m644 /dev/null %buildroot%_sysconfdir/buildreqs/packages/ignore.d/%name-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 for n in fedora redhat system; do
ln -s altlinux-release %buildroot%_sysconfdir/$n-release ln -s altlinux-release %buildroot%_sysconfdir/$n-release
done done
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Disto name in title --> <!-- Disto name in title -->
<title>@NAME@ @VERSION@@STATUS@</title> <title>@PRODUCT_NAME@</title>
<link href="index.css" rel="stylesheet" type="text/css"> <link href="index.css" rel="stylesheet" type="text/css">
</head> </head>
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</div> </div>
<!-- Disto name --> <!-- Disto name -->
<div id="title">@NAME@ @VERSION@</div> <div id="title">@PRODUCT_NAME@</div>
<div id="main"> <div id="main">
<!-- Links columns --> <!-- Links columns -->
......
...@@ -2,8 +2,8 @@ NAME="@NAME@" ...@@ -2,8 +2,8 @@ NAME="@NAME@"
VERSION="@VERSION@@STATUS@ (@CODENAME@)" VERSION="@VERSION@@STATUS@ (@CODENAME@)"
ID=altlinux ID=altlinux
VERSION_ID=@VERSION@ VERSION_ID=@VERSION@
PRETTY_NAME="@NAME@ @VERSION@@STATUS@ (@CODENAME@)" PRETTY_NAME="@PRODUCT_NAME@ (@CODENAME@)"
ANSI_COLOR="1;36" ANSI_COLOR="1;36"
CPE_NAME="cpe:/o:alt linux:slinux:@VERSION@" CPE_NAME="cpe:/o:alt linux:school teacher:@VERSION@"
HOME_URL="http://simplylinux.ru/" HOME_URL="http://altlinux.ru/"
BUG_REPORT_URL="https://bugs.altlinux.org/" 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