change default install dir for indexhtml packages
This commit is contained in:
parent
f74a39840c
commit
f5355a3984
@ -198,6 +198,16 @@ popd
|
||||
mkdir -p %buildroot/usr/share/install2/slideshow
|
||||
install slideshow/* %buildroot/usr/share/install2/slideshow/
|
||||
|
||||
#indexhtml
|
||||
%define _indexhtmldir %_defaultdocdir/indexhtml
|
||||
pushd indexhtml
|
||||
mkdir -p %buildroot{%_indexhtmldir/,%_desktopdir/}
|
||||
cp -r * %buildroot%_indexhtmldir/
|
||||
rm -f %buildroot%_indexhtmldir/*.in %buildroot%_indexhtmldir/indexhtml.desktop
|
||||
touch %buildroot%_indexhtmldir/index.html
|
||||
install -m644 indexhtml.desktop %buildroot%_desktopdir/
|
||||
popd
|
||||
|
||||
#bootloader
|
||||
%pre bootloader
|
||||
[ -s /boot/splash/%theme ] && rm -fr /boot/splash/%theme ||:
|
||||
@ -268,6 +278,8 @@ echo $lang > lang
|
||||
%changelog
|
||||
* Wed Oct 21 2009 Andrey Cherepanov <cas@altlinux.org> 5.0.0-alt35
|
||||
- fix Ark Server name
|
||||
- completely remove beta status
|
||||
- change default install dir for indexhtml packages and path to manual
|
||||
|
||||
* Tue Oct 20 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt34
|
||||
- merge with office-server branding
|
||||
|
@ -1,7 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Exec=xdg-open /usr/share/doc/alt-docs/indexhtml/index.html
|
||||
Exec=xdg-open /usr/share/doc/indexhtml/index.html
|
||||
StartupNotify=false
|
||||
Icon=altlinux
|
||||
Name=@BRAND_FNAME@ @VERSION@ @NAME@: start page
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
<h2>Documentation</h2>
|
||||
<ul>
|
||||
<li><a href="../../@THEME@/index.html">Local documentation on this distribution</a></li>
|
||||
<li><a href="../@DOCDIR@/index.html">Local documentation on this distribution</a></li>
|
||||
<li><a href="http://altlinux.org/">Online documentation on http://altlinux.org</a></li>
|
||||
</ul>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>@BRAND_FNAME@ @VERSION@ @NAME@</title>
|
||||
<title>Альт Линукс 5.0 Ковчег Сервер</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
</head>
|
||||
@ -26,8 +26,8 @@
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<p>Добро пожаловать в <nobr>@BRAND_FNAME@ @VERSION@ @NAME@</nobr>. Дистрибутив настроен и готов к работе, можно приступать. Мы надеемся, что наша работа будет для Вас полезной.</p>
|
||||
|
||||
<p>Добро пожаловать в <nobr>Альт Линукс 5.0 Ковчег Сервер</nobr>. Дистрибутив настроен и готов к работе, можно приступать. Мы надеемся, что наша работа будет для Вас полезной.</p>
|
||||
|
||||
<h2>Настройка сервера</h2>
|
||||
<ul>
|
||||
<li id="smc_link">Интерфейс администрирования сервера
|
||||
@ -41,7 +41,7 @@
|
||||
|
||||
<h2>Документация</h2>
|
||||
<ul>
|
||||
<li><a href="../../@THEME@/index.html">Локальная документация по дистрибутиву</a></li>
|
||||
<li><a href="../@DOCDIR@/index.html">Локальная документация по дистрибутиву</a></li>
|
||||
<li><a href="http://altlinux.org/">Онлайновая документация на http://altlinux.org</a></li>
|
||||
</ul>
|
||||
|
||||
@ -74,7 +74,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<p class="footer"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@</nobr> © ALT Linux, 2009. Все права защищены.<br />
|
||||
<p class="footer"><nobr>Альт Линукс 5.0 Ковчег Сервер</nobr> © ALT Linux, 2009. Все права защищены.<br />
|
||||
Адрес: г. Москва, 5-й Донской проезд, д. 15, стр. 6<br />
|
||||
Телефон/факс: +7 (495) 662-3883
|
||||
</p>
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
<h2>Документація (рос.)</h2>
|
||||
<ul>
|
||||
<li><a href="../../@THEME@/index.html">Посібник користувача</a></li>
|
||||
<li><a href="../@DOCDIR@/index.html">Посібник користувача</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Інформація в Інтернеті</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user