Duplicate install removed
This commit is contained in:
parent
298c230d29
commit
a40cd8b161
|
@ -25,10 +25,9 @@ install:
|
||||||
install -m 644 templates/roundcube/main.inc.php $(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/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/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 644 roundcube_alternc_logo.png $(DESTDIR)/var/lib/roundcube/skins/default/images/
|
install -m 644 roundcube_alternc_logo.png $(DESTDIR)/var/lib/roundcube/skins/default/images/
|
||||||
install -m 750 roundcube-install $(DESTDIR)/usr/lib/alternc/install.d/
|
install -m 750 roundcube-install $(DESTDIR)/usr/lib/alternc/install.d/
|
||||||
# domaintype template:
|
# domaintype template:
|
||||||
install -m 644 templates/apache2/roundcube.conf $(DESTDIR)/etc/alternc/templates/apache2/roundcube.conf
|
install -m 644 templates/apache2/roundcube.conf $(DESTDIR)/etc/alternc/templates/apache2/
|
||||||
# Desktop files
|
# Desktop files
|
||||||
install -o 1999 -g 1999 -m 644 class/m_roundcube.php $(DESTDIR)/var/alternc/bureau/class/
|
install -o 1999 -g 1999 -m 644 class/m_roundcube.php $(DESTDIR)/var/alternc/bureau/class/
|
||||||
|
|
Loading…
Reference in New Issue