From d85973cadaa6def10e86aaac8a529a74f09c17f6 Mon Sep 17 00:00:00 2001 From: Axel ROGER Date: Wed, 5 Dec 2012 15:23:51 +0000 Subject: [PATCH] =?UTF-8?q?Si=20alternc-roundcube=20se=20configure=20avant?= =?UTF-8?q?=20roundcube,=20il=20cr=C3=A9e=20le=20repertoire=20/var/lib/rou?= =?UTF-8?q?ndcube/default=20pour=20y=20mettre=20le=20logo=20alternc=5Froun?= =?UTF-8?q?dcube.=20Ensuite=20roundcube=20veut=20cr=C3=A9er=20un=20lien=20?= =?UTF-8?q?symbolique=20/var/lib/roundcube/default=20->=20/usr/share/round?= =?UTF-8?q?cube/default=20mais=20ne=20peut=20pas=20puisque=20un=20repertoi?= =?UTF-8?q?re=20de=20ce=20nom=20existe=20deja.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/alternc-roundcube.dirs | 2 +- roundcube/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/alternc-roundcube.dirs b/debian/alternc-roundcube.dirs index 4061ad3f..1f9c0bf6 100644 --- a/debian/alternc-roundcube.dirs +++ b/debian/alternc-roundcube.dirs @@ -7,4 +7,4 @@ etc/alternc/templates/apache2 etc/roundcube usr/lib/alternc/install.d var/alternc/bureau/class -var/lib/roundcube/skins/default/images +usr/share/roundcube/skins/default/images diff --git a/roundcube/Makefile b/roundcube/Makefile index ee0decbb..51cd2e91 100644 --- a/roundcube/Makefile +++ b/roundcube/Makefile @@ -25,7 +25,7 @@ install: 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 roundcube_alternc_logo.png $(DESTDIR)/var/lib/roundcube/skins/default/images/ + install -m 644 roundcube_alternc_logo.png $(DESTDIR)/usr/share/roundcube/skins/default/images/ 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/