]> git.koha-community.org Git - koha.git/commit
Bug 37824: remove references to non-existent files in Makefile.PL
authorMason James <mtj@kohaaloha.com>
Tue, 24 Sep 2024 00:47:26 +0000 (12:47 +1200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 27 Sep 2024 13:58:35 +0000 (15:58 +0200)
commitc8869aea1c4b3cbfa043a3c5b466cb3b5a3a5c98
treeed915efa41fa1a27952383fe23838e5e162ca79b
parentb4054dbb1578349cd1b8caa8fac9cbe6e32d20ea
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>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Makefile.PL