Bugzilla – Attachment 172113 Details for
Bug 37824
Replace webpack with rspack for fun and profit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37824: remove references to non-existent files in Makefile.PL
Bug-37824-remove-references-to-non-existent-files-.patch (text/plain), 1.89 KB, created by
Blou
on 2024-09-27 13:47:40 UTC
(
hide
)
Description:
Bug 37824: remove references to non-existent files in Makefile.PL
Filename:
MIME Type:
Creator:
Blou
Created:
2024-09-27 13:47:40 UTC
Size:
1.89 KB
patch
obsolete
>From 9645dfc23b726ebb744711a7a96f85b4e6539f80 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Tue, 24 Sep 2024 12:47:26 +1200 >Subject: [PATCH] Bug 37824: remove references to non-existent files in > Makefile.PL > >to test... > >0/ install debhelper tool > >1/ run 'DEB_BUILD_OPTIONS=nocheck dh build', observe failure > make: *** No rule to make target 'koha-tmpl/intranet-tmpl/prog/js/vue/dist/erm.js.LICENSE.txt', needed by 'pm_to_blib'. Stop. > dh_auto_build: error: make -j1 returned exit code 2 > >2/ apply patch > >3/ run 'DEB_BUILD_OPTIONS=nocheck dh build', observe success > >Signed-off-by: Blou <blou@inlibro.com> >--- > Makefile.PL | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/Makefile.PL b/Makefile.PL >index fd82d43c5e..62062d96b2 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -674,9 +674,7 @@ $file_map->{'koha-tmpl/intranet-tmpl/prog/css/installer.css'} = 'blib/INTRANET_T > $file_map->{'koha-tmpl/intranet-tmpl/prog/css/mainpage.css'} = 'blib/INTRANET_TMPL_DIR/prog/css/mainpage.css'; > $file_map->{'koha-tmpl/intranet-tmpl/prog/css/staff-global.css'} = 'blib/INTRANET_TMPL_DIR/prog/css/staff-global.css'; > $file_map->{'koha-tmpl/intranet-tmpl/prog/js/vue/dist/erm.js'} = 'blib/INTRANET_TMPL_DIR/prog/js/vue/dist/erm.js'; >-$file_map->{'koha-tmpl/intranet-tmpl/prog/js/vue/dist/erm.js.LICENSE.txt'} = 'blib/INTRANET_TMPL_DIR/prog/js/vue/dist/erm.js.LICENSE.txt'; > $file_map->{'koha-tmpl/intranet-tmpl/prog/js/vue/dist/preservation.js'} = 'blib/INTRANET_TMPL_DIR/prog/js/vue/dist/preservation.js'; >-$file_map->{'koha-tmpl/intranet-tmpl/prog/js/vue/dist/preservation.js.LICENSE.txt'} = 'blib/INTRANET_TMPL_DIR/prog/js/vue/dist/preservation.js.LICENSE.txt'; > #OPAC_TMPL_DIR > $file_map->{'koha-tmpl/opac-tmpl/bootstrap/css/opac.css'} = 'blib/OPAC_TMPL_DIR/bootstrap/css/opac.css'; > $file_map->{'koha-tmpl/opac-tmpl/bootstrap/css/opac-rtl.css'} = 'blib/OPAC_TMPL_DIR/bootstrap/css/opac-rtl.css'; >-- >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 37824
:
170992
|
171126
|
171438
|
171552
|
171568
|
171909
| 172113