https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37911
--- Comment #108 from David Cook <[email protected]> --- If I recall correctly, "dh_auto_install" in debian/rules has a Perl handler which automatically runs "perl Makefile.PL", "make", and "make install", and since the Debian packaging runs against a git checkout source tarball, there's no running "perl build-resources.PL" ahead of time. Plus, I recall we wanted to make it so that all installation methods worked the same way. In hindsight, I guess we could've always shelled out from Makefile.PL to do build-resources.PL before running "get_file_map()" in Makefile.PL. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
