diff --git a/themes/Makefile.am b/themes/Makefile.am index f9fd560..8667563 100644 --- a/themes/Makefile.am +++ b/themes/Makefile.am @@ -1,11 +1,11 @@ -themedir = /usr/share/lightdm-webkit -theme = antergos +themedir = $(THEME_DIR)/antergos +theme_DATA = antergos EXTRA_DIST = $(theme) -dist-hook: - chmod -R u+w $(distdir)/antergos - rm -rf $(distdir)/antergos/.git +install-data-hook: + chmod -R u+w $(distdir)/themes/antergos + rm -rf $(distdir)/themes/antergos/.git DISTCLEANFILES = \ Makefile.in