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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 22 Feb 2023 13:03:31 +0000 (10:03 -0300)
commit587ab3ddb850398cd1ba26b8ff2b9369651b7a67
tree85716f59b5e718933c48e3d4cad9c054cbb43148
parent0fdc27672a5f2742fbd3a391146885a6c8a90c19
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