Commit bf16a63b authored by Artem Zolochevskiy's avatar Artem Zolochevskiy

change default install dir for indexhtml packages

parent 326d5c1f
......@@ -296,8 +296,7 @@ mkdir -p %buildroot/usr/share/install2/slideshow
install slideshow/* %buildroot/usr/share/install2/slideshow/
#indexhtml
%define _altdocsdir %_defaultdocdir/alt-docs
%define _indexhtmldir %_altdocsdir/indexhtml
%define _indexhtmldir %_defaultdocdir/indexhtml
pushd indexhtml
mkdir -p %buildroot{%_indexhtmldir/,%_desktopdir/}
cp -r * %buildroot%_indexhtmldir/
......
[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@ @STATUS@: start page
......
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