fixing roundcube build
This commit is contained in:
parent
759aa8b139
commit
e2620c9496
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue