Fixed excess quotes in the theme name.

This commit is contained in:
Alexey Rusakov 2009-07-17 12:54:30 +04:00
parent 47b1170f26
commit 63a122a633

View File

@ -259,7 +259,7 @@ install -m 644 *.rc "%buildroot/%_datadir/apps/ksplash/Themes/ALTLinux%Theme/"
popd
#gnome-settings
%define XdgThemeName "%Brand %Theme"
%define XdgThemeName %Brand %Theme
pushd gnome-settings
mkdir -p '%buildroot/%_datadir/themes/%XdgThemeName'
mkdir -p '%buildroot/%_datadir/themes/%XdgThemeName/gtk-2.0'