change default install dir for indexhtml packages
This commit is contained in:
parent
326d5c1f6e
commit
bf16a63b2d
@ -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/
|
||||
|
@ -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@ @STATUS@: start page
|
||||
|
Loading…
Reference in New Issue
Block a user