[Koha-bugs] [Bug 17044] Wrong destination for 'api' directory

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 3 19:40:44 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17044

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 53964
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53964&action=edit
Bug 17044: Fix wrong destination for 'api' directory

The original Makefile.PL tweak missed to trim the directory name thus
repeating the 'api' directory like in 'api/api'.

To test:
- Make a standard install (for example in /usr/share/koha
=> FAIL: check /usr/share/koha/api/api exists
- Make a single install (for example in /home/tcohen/koha-single)
=> FAIL: check /home/tcohen/koha-single/api/api exists
- Apply the patch
- Make a standard install (for example in /usr/share/koha
=> SUCCESS: check /usr/share/koha/api exists and doesn't contain a nested 'api'
dir
- Make a single install (for example in /home/tcohen/koha-single)
=> SUCCESS: check /home/tcohen/koha-single/api exists and doesn't contain a
nested 'api' dir
- Sign off :-D

Note: this affects the packages too, as the standard install is used as a
basis.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list