From 1ed928c3e548903800dcbe2fab131ae265fe6166 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 11 Oct 2011 17:05:55 +0200 Subject: [PATCH] =?utf8?q?Fix=20link=20to=20jQuery,=20thanks=20to=20Niccol?= =?utf8?q?=C3=B2=20Belli!?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2