]> git.koha-community.org Git - koha.git/commit
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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 14 Mar 2023 14:08:27 +0000 (14:08 +0000)
commit53a5e4c61f2a9679036896336e38c057618494fe
tree8e2b78eca99590f97c376675ef19ba0aa5057005
parent1b49f1db1b7efcc2609366c055c63f15d252de3c
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: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Makefile.PL