diff options
author | SolarAquarion | 2016-10-09 21:05:24 -0400 |
---|---|---|
committer | GitHub | 2016-10-09 21:05:24 -0400 |
commit | 0a67a317ea1e437c52134574d92bc92f53c77b00 (patch) | |
tree | 70d4817af0b9061eedcec3d22f92b9266f32db86 | |
parent | ffa965649f55d5725be5a0f24b3a4182ff7e5478 (diff) | |
download | solarc-theme-0a67a317ea1e437c52134574d92bc92f53c77b00.tar.gz solarc-theme-0a67a317ea1e437c52134574d92bc92f53c77b00.tar.xz solarc-theme-0a67a317ea1e437c52134574d92bc92f53c77b00.zip |
Update Makefile.am
this should actually fix it
-rw-r--r-- | common/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 8e496fb..8f83496 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,6 +1,6 @@ -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 ithemedir = $(DESTDIR)$(themedir) ithemedarkerdir = $(DESTDIR)$(themedarkerdir) |