diff options
author | horst3180 | 2015-11-21 17:09:06 +0100 |
---|---|---|
committer | horst3180 | 2015-11-21 17:09:06 +0100 |
commit | 5dca376f234dbe64f38a1f16ce4f3314f47fecf9 (patch) | |
tree | 575d661597468f0f0802521a0670405a4992f3e6 /common/Makefile.am | |
parent | 79ef125123357fd8db5063ceaeb1f7934a69329f (diff) | |
parent | a2e5d106e7ab364626f970147e2815b14bb95440 (diff) | |
download | solarc-theme-5dca376f234dbe64f38a1f16ce4f3314f47fecf9.tar.gz solarc-theme-5dca376f234dbe64f38a1f16ce4f3314f47fecf9.tar.xz solarc-theme-5dca376f234dbe64f38a1f16ce4f3314f47fecf9.zip |
Merge pull request #281 from leoheck/master
Added a script to upgrade theme.
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 488c211..2ef559f 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -6,6 +6,8 @@ ithemedir = $(DESTDIR)$(themedir) ithemedarkerdir = $(DESTDIR)$(themedarkerdir) ithemedarkdir = $(DESTDIR)$(themedarkdir) +install-exec-hook: + install-data-local: if ENABLE_LIGHT |