[Koha-bugs] [Bug 16222] New: Add REST API folder to Makefile.PL

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 7 11:06:16 CEST 2016


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 at lists.koha-community.org
          Reporter: benjamin.rokseth at kul.oslo.kommune.no
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list