Bugzilla – Attachment 48119 Details for
Bug 12549
Hard coded font Paths ( DejaVu ) cause problems for non-Debian systems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12549: (QA followup) missing newline in CLI dialog
Bug-12549-QA-followup-missing-newline-in-CLI-dialo.patch (text/plain), 1.37 KB, created by
Tomás Cohen Arazi (tcohen)
on 2016-02-16 13:19:51 UTC
(
hide
)
Description:
Bug 12549: (QA followup) missing newline in CLI dialog
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-02-16 13:19:51 UTC
Size:
1.37 KB
patch
obsolete
>From 683e99782de228f94eb6467aa0790bce76a15c27 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@unc.edu.ar> >Date: Tue, 16 Feb 2016 10:17:34 -0300 >Subject: [PATCH] Bug 12549: (QA followup) missing newline in CLI dialog > >Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar> >--- > Makefile.PL | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/Makefile.PL b/Makefile.PL >index 5ffde51..24d2ad3 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -286,7 +286,7 @@ my $target_map = { > './Koha.pm' => 'PERL_MODULE_DIR', > './koha-tmpl/intranet-tmpl' => {target => 'INTRANET_TMPL_DIR', trimdir => -1}, > './koha-tmpl/opac-tmpl' => {target => 'OPAC_TMPL_DIR', trimdir => -1}, >- './kohaversion.pl' => 'INTRANET_CGI_DIR', >+ './kohaversion.pl' => 'INTRANET_CGI_DIR', > './labels' => 'INTRANET_CGI_DIR', > './mainpage.pl' => 'INTRANET_CGI_DIR', > './Makefile.PL' => 'NONE', >@@ -1087,7 +1087,8 @@ Memcached namespace?); > $config{'MEMCACHED_NAMESPACE'} = _get_value('MEMCACHED_NAMESPACE', $msg, $defaults->{'MEMCACHED_NAMESPACE'}, $valid_values, $install_log_values); > } > >- $msg = q(Path to DejaVu fonts?); >+ $msg = q( >+Path to DejaVu fonts?); > $config{'FONT_DIR'} = _get_value('FONT_DIR', $msg, $defaults->{'FONT_DIR'}, $valid_values, $install_log_values); > > >-- >2.7.0
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 12549
:
45897
|
48037
|
48118
| 48119