Bug 32994: Remove breaking css/maps/*.map files from Makefile.PL
authorMason James <mtj@kohaaloha.com>
Tue, 21 Feb 2023 02:01:21 +0000 (15:01 +1300)
committerJacob O'Mara <jacob.omara@ptfs-europe.com>
Fri, 24 Feb 2023 11:35:36 +0000 (11:35 +0000)
commit4b2753d864c9f2d0524c8332b897d2a2e5450f98
treee896b8fc0bb55e756826c868bb9b48f79a1a1b83
parent526118d33605309e69e623b437e7657f1ea37664
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>
(cherry picked from commit 587ab3ddb850398cd1ba26b8ff2b9369651b7a67)
Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
Makefile.PL