Opened 20 months ago
Closed 5 months ago
#1774 closed defect (fixed)
mac.r is installed in the wrong location
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | not urgent at all | Milestone: | 5.4 |
Component: | build system | Version: | 5.2.0 |
Keywords: | Cc: | ||
Estimated difficulty: | trivial |
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.
Change History (1)
comment:1 Changed 5 months ago by
Milestone: | someday → 5.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed by completely dropping installation of this resource stuff altogether (rev. afadd622)