Commit 8e221770 authored by Sergey V Turchin's avatar Sergey V Turchin

- fix indexhtml.desktop permissions

parent 50de1b98
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
Name: branding-%brand-kdesktop Name: branding-%brand-kdesktop
Version: 6.0.0 Version: 6.0.0
Release: alt29 Release: alt30
BuildArch: noarch BuildArch: noarch
%define theme %name %define theme %name
...@@ -420,6 +420,9 @@ cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \ ...@@ -420,6 +420,9 @@ cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \
%_datadir/kde4/apps/kio_desktop/DesktopLinks/indexhtml.desktop %_datadir/kde4/apps/kio_desktop/DesktopLinks/indexhtml.desktop
%changelog %changelog
* Mon Jul 04 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt30
- fix indexhtml.desktop permissions
* Fri Jul 01 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt29 * Fri Jul 01 2011 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt29
- add grub.png symlink to steps - add grub.png symlink to steps
- rebuilt with new design-bootloader-source - rebuilt with new design-bootloader-source
......
...@@ -62,4 +62,4 @@ indexhtml: ...@@ -62,4 +62,4 @@ indexhtml:
cp -a components/indexhtml/img $(INDEXHTML_DIR) cp -a components/indexhtml/img $(INDEXHTML_DIR)
install -Dpm644 images/product-logo.png $(INDEXHTML_DIR)/img/product-logo.png install -Dpm644 images/product-logo.png $(INDEXHTML_DIR)/img/product-logo.png
install -Dpm644 components/indexhtml/indexhtml.desktop $(datadir)/applications/indexhtml.desktop install -Dpm644 components/indexhtml/indexhtml.desktop $(datadir)/applications/indexhtml.desktop
install -Dpm644 components/indexhtml/indexhtml.desktop $(datadir)/kde4/apps/kio_desktop/DesktopLinks/indexhtml.desktop install -Dpm755 components/indexhtml/indexhtml.desktop $(datadir)/kde4/apps/kio_desktop/DesktopLinks/indexhtml.desktop
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