5 Feb
2024
5 Feb
'24
5:54 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32609 --- Comment #80 from David Cook <dcook@prosentient.com.au> --- I was just looking at the Debian packaging logs and wondering why build-resources.PL gets run twice, but it's because it's run for "make" and "make install". And that's because in Makefile.PL there is the following line: install :: all install_koha set_koha_ownership set_koha_permissions warn_koha_env_vars I suppose if it really bothered us we could do something about it, but it doesn't really seem like a big issue. Wastes a bit of time, but better to do it too much than not enough... -- You are receiving this mail because: You are watching all bug changes.