fedora-live-kde-base.ks: Create /root/.config/gtk-3.0/ before writing to it.

We need to mkdir -p /root/.config/gtk-3.0 before writing settings.ini to it.

(I had noticed that only after I had pushed the commit dropping the snippet,
so now that said commit got reverted, the fix is needed.)
This commit is contained in:
Kevin Kofler 2012-05-15 00:08:58 +02:00
parent 4d94d5235b
commit caa4c15078
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ include "/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc"
include "/etc/gtk-2.0/gtkrc"
gtk-theme-name="oxygen-gtk"
EOF
mkdir -p /root/.config/gtk-3.0
cat > /root/.config/gtk-3.0/settings.ini << EOF
[Settings]
gtk-theme-name = oxygen-gtk