https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16222 Bug ID: 16222 Summary: Add REST API folder to Makefile.PL Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Web services Assignee: koha-bugs@lists.koha-community.org Reporter: benjamin.rokseth@kul.oslo.kommune.no QA Contact: testopia@bugs.koha-community.org By installing with perl Makefile.PL you will miss the required `api` folder containing the Swagger definition files and the Mojolicious mount CGI file app.pl. This patch simply adds the `api` folder to the Makefile to install to the INTRANET_CGI_DIR To verify, simply do a `perl Makefile.PL` installation and verify that the folder SRC/api is copied to INSTALL_DIR/intranet/cgi-bin/api -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.