- change default install dir for indexhtml packages (updated patch from azol@)
This commit is contained in:
parent
ef9c2e8a11
commit
e9e1154182
@ -402,7 +402,7 @@ cat /etc/sysconfig/xinitrc.xfce >> /etc/sysconfig/xinitrc
|
||||
%files slideshow
|
||||
/usr/share/install2/slideshow
|
||||
|
||||
%define indexhtmldir %_datadir/doc/alt-docs/indexhtml
|
||||
%define indexhtmldir %_defaultdocdir/indexhtml
|
||||
|
||||
%files indexhtml
|
||||
%ghost %indexhtmldir/index.html
|
||||
|
@ -46,7 +46,7 @@ boot:
|
||||
install -m 644 design-bootloader-source/bootlogo $(datadir)/gfxboot/$(THEME)
|
||||
|
||||
# index html page, start page for all local browsers
|
||||
INDEXHTML_DIR=$(datadir)/doc/alt-docs/indexhtml
|
||||
INDEXHTML_DIR=$(datadir)/doc/indexhtml
|
||||
indexhtml:
|
||||
for i in notes/index*.html components/indexhtml/*.css;do \
|
||||
install -Dpm644 $$i $(INDEXHTML_DIR)/`basename $$i`; \
|
||||
|
@ -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…
x
Reference in New Issue
Block a user