Seth Price wrote: > > r.li.setup is currently non-functional. > > > > AFAICT, the immediate error is due to r.li.setup being a shell script, > > while the build system expects a Python script named r.li.setup.py. > > If it's non-functional, what's the best way to exclude it from the > build cycle? Do I even need to worry about it, or can I just run 'make > install' to get everything except r.li.setup?
You don't need to worry about it. Failure to build a module shouldn't affect anything other than that particular module (the various r.li components are essentially treated as separate modules, other than the fact that they all require r.li.daemon). -- Glynn Clements <[email protected]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
