FS#40808 - [gpsdrive] Perl modules installed to wrong dir.
Attached to Project:
Community Packages
Opened by Justin Davis (juster) - Wednesday, 11 June 2014, 22:58 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 16 June 2014, 10:35 GMT
Opened by Justin Davis (juster) - Wednesday, 11 June 2014, 22:58 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 16 June 2014, 10:35 GMT
|
Details
gpsdrive installs modules to the site_perl directory, but
packages need to install to the vendor_perl directory.
Attached is a patch that can be applied to the gpsdrive
source tree inside of the PKGBUILD.
Or if you prefer, you can use sed to replace all PERL_SITELIB with PERL_VENDORLIB inside scripts/osm/perl_lib/CMakeLists.txt which is basically what I did. |
This task depends upon
gpsdrive-perltovendor.patch