From: Vincent Bernat Date: Tue, 11 Oct 2011 15:05:55 +0000 (+0200) Subject: Fix link to jQuery, thanks to Niccolò Belli! X-Git-Url: https://git.donarmstrong.com/?p=roundcube.git;a=commitdiff_plain;h=1ed928c3e548903800dcbe2fab131ae265fe6166 Fix link to jQuery, thanks to Niccolò Belli! --- diff --git a/debian/rules b/debian/rules index 4539926..bc3776a 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,7 @@ binary-install/roundcube-core:: dh_link -proundcube-core usr/share/tinymce/www usr/share/roundcube/program/js/tiny_mce # Remove jquery as well rm $(CURDIR)/debian/roundcube-core/usr/share/roundcube/program/js/jquery.min.js - dh_link -proundcube-core usr/share/javascript/jquery/jquery.min.js usr/share/roundcube/program/js/jquery-1.4.min.js + dh_link -proundcube-core usr/share/javascript/jquery/jquery.min.js usr/share/roundcube/program/js/jquery.min.js # Remove GnuPG PEAR module rm -rf $(CURDIR)/debian/roundcube-plugins/usr/share/roundcube/plugins/enigma/lib/Crypt