From af760a44fe775f264ddbbc54f17ac34ffb3bff4c Mon Sep 17 00:00:00 2001 From: SolarAquarion Date: Sun, 9 Oct 2016 21:05:24 -0400 Subject: Update Makefile.am this should actually fix it--- common/Makefile.am | 12 ++++++------ 1 file 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) -- cgit v1.2.3