diff options
author | Horst3180 | 2015-11-22 02:55:49 +0100 |
---|---|---|
committer | Horst3180 | 2015-11-22 02:55:49 +0100 |
commit | 27809c663572bf15b40337a06650411949651941 (patch) | |
tree | a26c0c17e78344d77065a91ca8013d3919cb69e8 /common/Makefile.am | |
parent | 0a51e28bf93bb37ad2b6f43837df4b9fa1268f9e (diff) | |
parent | 5dca376f234dbe64f38a1f16ce4f3314f47fecf9 (diff) | |
download | solarc-theme-27809c663572bf15b40337a06650411949651941.tar.gz solarc-theme-27809c663572bf15b40337a06650411949651941.tar.xz solarc-theme-27809c663572bf15b40337a06650411949651941.zip |
Merge branch 'master' of https://github.com/horst3180/Arc-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 |