From 6ff0b2b23684c3481378e092b74a0fc6b66d06ee Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 22 Jun 2008 10:38:43 +0000 Subject: [PATCH] Another tinymce/tinymce2 path fix --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1f7181f..72b0255 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +roundcube (0.1.1-7) unstable; urgency=low + + * Another fix for incorrect tinymce path. This should be the last one! + + -- Vincent Bernat Sun, 22 Jun 2008 12:36:59 +0200 + roundcube (0.1.1-6) unstable; urgency=low * Fix use_packaged_tinymce patch which was incorrect after switch to diff --git a/debian/rules b/debian/rules index 1a625e9..a8bf212 100755 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,7 @@ binary-install/roundcube-core:: rm $(CURDIR)/debian/roundcube-core/usr/share/roundcube/bin/msgimport # Remove files shipped in tinymce package rm -rf $(CURDIR)/debian/roundcube-core/usr/share/roundcube/program/js/tiny_mce - dh_link -proundcube-core usr/share/tinymce/www usr/share/roundcube/program/js/tiny_mce + dh_link -proundcube-core usr/share/tinymce2/www usr/share/roundcube/program/js/tiny_mce clean:: debconf-updatepo -- 2.39.2