--- anaconda.spec.in | 1 + data/window-manager/theme/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/anaconda.spec.in b/anaconda.spec.in index 299d1de..6a81c97 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -290,6 +290,7 @@ update-desktop-database &> /dev/null || : %files gui %{_libdir}/python*/site-packages/pyanaconda/ui/gui/* %{_datadir}/anaconda/window-manager/glib-2.0/schemas/* +%{_datadir}/themes/Anaconda/*
%files tui %{_libdir}/python*/site-packages/pyanaconda/rescue.py diff --git a/data/window-manager/theme/Makefile.am b/data/window-manager/theme/Makefile.am index 1f7fe46..b8ce478 100644 --- a/data/window-manager/theme/Makefile.am +++ b/data/window-manager/theme/Makefile.am @@ -19,4 +19,4 @@
themedir = $(datadir)/themes/Anaconda/metacity-1
-dist_theme_data = metacity-theme-1.xml +dist_theme_DATA = metacity-theme-1.xml
On Mon, Jan 19, 2015 at 11:24:44AM -0500, David Shea wrote:
anaconda.spec.in | 1 + data/window-manager/theme/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/anaconda.spec.in b/anaconda.spec.in index 299d1de..6a81c97 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -290,6 +290,7 @@ update-desktop-database &> /dev/null || : %files gui %{_libdir}/python*/site-packages/pyanaconda/ui/gui/* %{_datadir}/anaconda/window-manager/glib-2.0/schemas/* +%{_datadir}/themes/Anaconda/*
%files tui %{_libdir}/python*/site-packages/pyanaconda/rescue.py diff --git a/data/window-manager/theme/Makefile.am b/data/window-manager/theme/Makefile.am index 1f7fe46..b8ce478 100644 --- a/data/window-manager/theme/Makefile.am +++ b/data/window-manager/theme/Makefile.am @@ -19,4 +19,4 @@
themedir = $(datadir)/themes/Anaconda/metacity-1
-dist_theme_data = metacity-theme-1.xml
+dist_theme_DATA = metacity-theme-1.xml
2.1.0
Ack
anaconda-patches@lists.fedorahosted.org