diff options
author | SolarAquarion | 2016-10-09 21:05:24 -0400 |
---|---|---|
committer | Martin Schenck | 2017-05-14 18:33:18 +0200 |
commit | af760a44fe775f264ddbbc54f17ac34ffb3bff4c (patch) | |
tree | ba2214d131dddd462071d5312e99d9363cc193b0 /common | |
parent | 6d9cb3b0802e2bcf08c66fdeba7a7fd80677710c (diff) | |
download | solarc-theme-af760a44fe775f264ddbbc54f17ac34ffb3bff4c.tar.gz solarc-theme-af760a44fe775f264ddbbc54f17ac34ffb3bff4c.tar.xz solarc-theme-af760a44fe775f264ddbbc54f17ac34ffb3bff4c.zip |
Update Makefile.am
this should actually fix it
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 58f54d8..bfefecb 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,11 +1,11 @@ if !ENABLE_TRANSPARENCY -themedir = $(datadir)/themes/Arc-solid -themedarkerdir = $(datadir)/themes/Arc-Darker-solid -themedarkdir = $(datadir)/themes/Arc-Dark-solid +themedir = $(datadir)/themes/SolArc-solid +themedarkerdir = $(datadir)/themes/SolArc-Darker-solid +themedarkdir = $(datadir)/themes/SolArc-Dark-solid else -themedir = $(datadir)/themes/Arc -themedarkerdir = $(datadir)/themes/Arc-Darker -themedarkdir = $(datadir)/themes/Arc-Dark +themedir = $(datadir)/themes/SolArc +themedarkerdir = $(datadir)/themes/SolArc-Darker +themedarkdir = $(datadir)/themes/SolArc-Dark endif ithemedir = $(DESTDIR)$(themedir) |