From: Vincent Bernat Date: Sun, 22 Jun 2008 10:38:43 +0000 (+0000) Subject: Another tinymce/tinymce2 path fix X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6ff0b2b23684c3481378e092b74a0fc6b66d06ee;p=roundcube.git Another tinymce/tinymce2 path fix --- 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