Summary
mac.r is installed in the wrong location
Metadata
- Id: 223020be441f8776d7a2dee32157c602148e97bd
- Trac id: 1774
- Type: defect
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: build system
- Estimated difficulty: trivial
- Resolution: fixed
- Priority: not urgent at all
- Milestone: 5.4
- Version: 5.2.0
- Changetime: 2022-10-24 16:08:34 UTC
- Created: 2021-08-06 11:38:49 UTC
- Keywords:
Description
It is placed in SHAREDIR, but should go to DATADIR as it is CHICKEN specific.
We may also consider removing this completely, creating proper application bundles is something that should be left to the user, since deployment and packaging is not really the job of the language implementation.
Changes and comments
[2022-10-24 16:08:34 UTC] sjamaan changed status from new to closed
[2022-10-24 16:08:34 UTC] sjamaan set resolution to fixed
[2022-10-24 16:08:34 UTC] sjamaan changed milestone from someday to 5.4
[2022-10-24 16:08:34 UTC] sjamaan wrote:
Fixed by completely dropping installation of this resource stuff altogether (rev. afadd622)