- fix gnome settings placement
This commit is contained in:
parent
7acb241786
commit
4722eed5ed
@ -304,9 +304,9 @@ install -m 644 gtkrc '%buildroot/%_datadir/themes/%XdgThemeName/gtk-2.0'
|
||||
mkdir -p '%buildroot/%_datadir/themes/%XdgThemeName/metacity-1'
|
||||
install -m 644 metacity-theme-1.xml '%buildroot/%_datadir/themes/%XdgThemeName/metacity-1/'
|
||||
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/'
|
||||
mkdir -p '%buildroot/etc/gnome/xdg/menus/'
|
||||
install -m 644 gnome-applications.menu '%buildroot/etc/gnome/xdg/menus/'
|
||||
install -m 644 settings.menu '%buildroot/etc/gnome/xdg/menus/'
|
||||
cp -a skel/.gconf '%buildroot/etc/skel/'
|
||||
popd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user