diff --git a/debian/alternc-roundcube.dirs b/debian/alternc-roundcube.dirs index 6c84b704..fb0f1df7 100644 --- a/debian/alternc-roundcube.dirs +++ b/debian/alternc-roundcube.dirs @@ -1,5 +1,8 @@ etc/alternc etc/alternc/templates/roundcube +etc/alternc/templates/roundcube/plugins +etc/alternc/templates/roundcube/plugins/managesieve +etc/alternc/templates/roundcube/plugins/password etc/alternc/templates/apache2 etc/roundcube usr/lib/alternc/install.d diff --git a/roundcube/Makefile b/roundcube/Makefile index 74c681c8..fcfca5fc 100644 --- a/roundcube/Makefile +++ b/roundcube/Makefile @@ -22,7 +22,10 @@ install: # alternc-roundcube files install - install -m 644 templates/roundcube/* $(DESTDIR)/etc/alternc/templates/roundcube/ + install -m 644 templates/roundcube/main.inc.php $(DESTDIR)/etc/alternc/templates/roundcube/ + install -m 644 templates/roundcube/plugins/password/config.inc.php $(DESTDIR)/etc/alternc/templates/roundcube/plugins/password/ + install -m 644 templates/roundcube/plugins/managesieve/config.inc.php $(DESTDIR)/etc/alternc/templates/roundcube/plugins/managesieve/ + install -m 644 templates/apache2/roundcube.conf $(DESTDIR)/etc/alternc/templates/apache2/ install -m 750 roundcube-install $(DESTDIR)/usr/lib/alternc/install.d/ # domaintype template: install -m 644 templates/apache2/roundcube.conf $(DESTDIR)/etc/alternc/templates/apache2/roundcube.conf