Fix grub console image install
Fix schema installation
This commit is contained in:
parent
326c6a40f6
commit
d8263d9925
@ -313,7 +313,7 @@ install -m 644 index.theme '%buildroot/%_datadir/themes/%XdgThemeName/'
|
||||
mkdir -p '%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 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
|
||||
|
||||
#slideshow
|
||||
@ -406,6 +406,7 @@ cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \
|
||||
%files gnome-settings
|
||||
%_datadir/themes/*
|
||||
/etc/xdg/menus/*
|
||||
%_datadir/glib-2.0/schemas/50_mate-background.gschema.override
|
||||
|
||||
%files slideshow
|
||||
/usr/share/install2/slideshow
|
||||
|
@ -52,7 +52,7 @@ boot: boot-images
|
||||
install -d -m 755 $(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 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
|
||||
components/indexhtml/index.css:
|
||||
|
Loading…
Reference in New Issue
Block a user