Bugzilla – Attachment 36167 Details for
Bug 13759
git-build-snapshot misses YUI and dies of sorrow during build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13759 - git-build-snapshot misses YUI and dies of sorrow during build
Bug-13759---git-build-snapshot-misses-YUI-and-dies.patch (text/plain), 1.05 KB, created by
Mirko Tietgen
on 2015-02-25 14:55:26 UTC
(
hide
)
Description:
Bug 13759 - git-build-snapshot misses YUI and dies of sorrow during build
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2015-02-25 14:55:26 UTC
Size:
1.05 KB
patch
obsolete
>From f1ad8d99f83082297c0c33ad899ca81eff1bf359 Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Wed, 25 Feb 2015 15:53:57 +0100 >Subject: [PATCH] Bug 13759 - git-build-snapshot misses YUI and dies of sorrow > during build > >Due to a line in debian/rules, git-build-snapshot tries to delete a YUI-related >path that does not exist anymore (bug 13612 I guess). Build process ends with an error. >This patch deletes the line. >--- > debian/rules | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/debian/rules b/debian/rules >index 525cc0d..a86427c 100755 >--- a/debian/rules >+++ b/debian/rules >@@ -24,8 +24,6 @@ override_dh_auto_install: > $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/lib/tiny_mce > ln -s /usr/share/tinymce/www \ > $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/lib/tiny_mce >- rm -r \ >- $(TMP)/usr/share/koha/opac/htdocs/opac-tmpl/lib/yui > ln -s /usr/share/javascript/yui \ > $(TMP)/usr/share/koha/opac/htdocs/opac-tmpl/lib/yui > install -d $(TMP)/etc/apache2/sites-available >-- >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 13759
:
36167
|
36173