Bugzilla – Attachment 17481 Details for
Bug 10061
Fix the tiny_mce error when building packages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10061 - Fix tinymce path references broken by bug 9172
Bug-10061---Fix-tinymce-path-references-broken-by-.patch (text/plain), 1.19 KB, created by
Robin Sheat
on 2013-04-16 02:42:25 UTC
(
hide
)
Description:
Bug 10061 - Fix tinymce path references broken by bug 9172
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2013-04-16 02:42:25 UTC
Size:
1.19 KB
patch
obsolete
>From 2eb438f418e7bdf25edcc10ecade2acc94205b12 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Tue, 16 Apr 2013 11:07:19 +1200 >Subject: [PATCH] Bug 10061 - Fix tinymce path references broken by bug 9172 > >Only affects the package builds >--- > debian/rules | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/debian/rules b/debian/rules >index 5980ebb..971d46c 100755 >--- a/debian/rules >+++ b/debian/rules >@@ -30,10 +30,9 @@ override_dh_auto_install: > # ln -s /usr/share/javascript/jquery/jquery.js \ > # $(TMP)/usr/share/koha/opac/htdocs/opac-tmpl/prog/en/lib/jquery/jquery.js > rm -r \ >- $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/js/tinymce >- mkdir -p $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/js/tinymce/jscripts >+ $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/lib/tiny_mce > ln -s /usr/share/tinymce2/www \ >- $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce >+ $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/lib/tiny_mce > rm -r \ > $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/lib/yui > ln -s /usr/share/javascript/yui \ >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10061
: 17481