diff options
author | infirit <[email protected]> | 2014-06-26 17:20:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-19 12:45:41 +0200 |
commit | f50c5b8b3613ad5403e6e752da8ea0d1f7533653 (patch) | |
tree | 82dbacb8e5e5b6e040ca7dfba15f584aa57a89d4 | |
parent | e77217b9a6c7762e05ecb6cdf3a2ac2aa785a982 (diff) | |
download | mate-themes-f50c5b8b3613ad5403e6e752da8ea0d1f7533653.tar.bz2 mate-themes-f50c5b8b3613ad5403e6e752da8ea0d1f7533653.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 |