diff options
author | infirit <[email protected]> | 2014-06-26 17:20:45 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-06-26 17:20:45 +0200 |
commit | 664772b4aaaac85cdd003241c4d90eb9774a68c3 (patch) | |
tree | 000ccf5f750f843f28aa00f14c8c909495429068 | |
parent | 72a17dfc641bd6be1f4e261bc40304a871932e84 (diff) | |
download | mate-themes-664772b4aaaac85cdd003241c4d90eb9774a68c3.tar.bz2 mate-themes-664772b4aaaac85cdd003241c4d90eb9774a68c3.tar.xz |
Shiny fix typo's
-rw-r--r-- | desktop-themes/Shiny/gtk-3.0/apps/Makefile.am | 2 | ||||
-rw-r--r-- | desktop-themes/Shiny/gtk-3.0/assets/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/Shiny/gtk-3.0/apps/Makefile.am b/desktop-themes/Shiny/gtk-3.0/apps/Makefile.am index 75e2265d..265a849f 100644 --- a/desktop-themes/Shiny/gtk-3.0/apps/Makefile.am +++ b/desktop-themes/Shiny/gtk-3.0/apps/Makefile.am @@ -1,4 +1,4 @@ -THEMA_NAME=Shiny +THEME_NAME=Shiny themedir = $(datadir)/themes/$(THEME_NAME)/gtk-3.0/apps diff --git a/desktop-themes/Shiny/gtk-3.0/assets/Makefile.am b/desktop-themes/Shiny/gtk-3.0/assets/Makefile.am index a63ac4cc..33ee7f91 100644 --- a/desktop-themes/Shiny/gtk-3.0/assets/Makefile.am +++ b/desktop-themes/Shiny/gtk-3.0/assets/Makefile.am @@ -1,4 +1,4 @@ -THEMA_NAME=Shiny +THEME_NAME=Shiny themedir = $(datadir)/themes/$(THEME_NAME)/gtk-3.0/assets |