Bugzilla – Attachment 147130 Details for
Bug 32994
Remove compiled files from src (2)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32994: Remove breaking css/maps/*.map files from Makefile.PL
Bug-32994-Remove-breaking-cssmapsmap-files-from-Ma.patch (text/plain), 1.71 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-02-22 12:00:42 UTC
(
hide
)
Description:
Bug 32994: Remove breaking css/maps/*.map files from Makefile.PL
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-02-22 12:00:42 UTC
Size:
1.71 KB
patch
obsolete
>From 411e76731930460527fc82ab71d4fe33734c3d60 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Tue, 21 Feb 2023 15:01:21 +1300 >Subject: [PATCH] Bug 32994: Remove breaking css/maps/*.map files from > Makefile.PL > >to test: > - run makefile, note failure > > $ perl Makefile.PL > $ make > $ make install > webpack 5.74.0 compiled with 3 warnings in 20831 ms > Done in 36.01s. > make: *** No rule to make target 'koha-tmpl/opac-tmpl/bootstrap/css/maps/opac-rtl.css.map', needed by 'pm_to_blib'. Stop. > > - apply patch > - run makefile, note success > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Makefile.PL | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/Makefile.PL b/Makefile.PL >index f0ac3e31e14..07e1a34135c 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -679,9 +679,6 @@ $file_map->{'koha-tmpl/opac-tmpl/bootstrap/css/print.css'} = 'blib/OPAC_TMPL_DIR > $file_map->{'koha-tmpl/opac-tmpl/bootstrap/css/print-rtl.css'} = 'blib/OPAC_TMPL_DIR/bootstrap/css/print-rtl.css'; > $file_map->{'koha-tmpl/opac-tmpl/bootstrap/css/sco.css'} = 'blib/OPAC_TMPL_DIR/bootstrap/css/sco.css'; > $file_map->{'koha-tmpl/opac-tmpl/bootstrap/css/sco-rtl.css'} = 'blib/OPAC_TMPL_DIR/bootstrap/css/sco-rtl.css'; >-$file_map->{'koha-tmpl/opac-tmpl/bootstrap/css/maps/opac-rtl.css.map'} = 'blib/OPAC_TMPL_DIR/bootstrap/css/maps/opac-rtl.css.map'; >-$file_map->{'koha-tmpl/opac-tmpl/bootstrap/css/maps/print-rtl.css.map'} = 'blib/OPAC_TMPL_DIR/bootstrap/css/maps/print-rtl.css.map'; >-$file_map->{'koha-tmpl/opac-tmpl/bootstrap/css/maps/sco-rtl.css.map'} = 'blib/OPAC_TMPL_DIR/bootstrap/css/maps/sco-rtl.css.map'; > > my $pl_files = { > 'rewrite-config.PL' => [ >-- >2.34.1
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 32994
:
146840
|
146843
|
146932
|
146933
|
146994
|
146995
|
147106
|
147109
|
147110
|
147129
| 147130