Commit d8263d99 authored by Andrey Cherepanov's avatar Andrey Cherepanov

Fix grub console image install

Fix schema installation
parent 326c6a40
...@@ -313,7 +313,7 @@ install -m 644 index.theme '%buildroot/%_datadir/themes/%XdgThemeName/' ...@@ -313,7 +313,7 @@ install -m 644 index.theme '%buildroot/%_datadir/themes/%XdgThemeName/'
mkdir -p '%buildroot/etc/xdg/menus/' mkdir -p '%buildroot/etc/xdg/menus/'
install -m 644 gnome-applications.menu '%buildroot/etc/xdg/menus/' install -m 644 gnome-applications.menu '%buildroot/etc/xdg/menus/'
install -m 644 settings.menu '%buildroot/etc/xdg/menus/' install -m 644 settings.menu '%buildroot/etc/xdg/menus/'
install -m 644 50_mate-background.gschema.override '%buildroot%_datadir/glib-2.0/schemas/' install -m 644 -D 50_mate-background.gschema.override '%buildroot%_datadir/glib-2.0/schemas/50_mate-background.gschema.override'
popd popd
#slideshow #slideshow
...@@ -406,6 +406,7 @@ cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \ ...@@ -406,6 +406,7 @@ cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \
%files gnome-settings %files gnome-settings
%_datadir/themes/* %_datadir/themes/*
/etc/xdg/menus/* /etc/xdg/menus/*
%_datadir/glib-2.0/schemas/50_mate-background.gschema.override
%files slideshow %files slideshow
/usr/share/install2/slideshow /usr/share/install2/slideshow
......
...@@ -52,7 +52,7 @@ boot: boot-images ...@@ -52,7 +52,7 @@ boot: boot-images
install -d -m 755 $(sysconfdir)/../boot/grub/themes/$(THEME) install -d -m 755 $(sysconfdir)/../boot/grub/themes/$(THEME)
cp -a components/grub2/* $(sysconfdir)/../boot/grub/themes/$(THEME)/ cp -a components/grub2/* $(sysconfdir)/../boot/grub/themes/$(THEME)/
install -m 644 images/grub.png $(sysconfdir)/../boot/grub/themes/$(THEME)/boot.png install -m 644 images/grub.png $(sysconfdir)/../boot/grub/themes/$(THEME)/boot.png
install -m boot-800x600.jpg $(sysconfdir)/../boot/grub/themes/$(THEME)/grub.jpg install -m 644 boot-800x600.jpg $(sysconfdir)/../boot/grub/themes/$(THEME)/grub.jpg
# index html page, start page for all local browsers # index html page, start page for all local browsers
components/indexhtml/index.css: components/indexhtml/index.css:
......
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