#1522 closed bug (fixed (in master))
BuildSystem fails to install libdatadir, configdir
Reported by: | rriegs | Owned by: | |
---|---|---|---|
Milestone: | 3.4.0 | Keywords: | unix |
Cc: |
Description
mk/buildsys.mk.in references ${DATA} and ${datadir} while the appropriately set variables are actually LIBDATA and libdatadir (which are otherwise unreferenced).
Also, both lib/edit/Makefile and lib/pref/Makefile set variables named CONFIG which are not referenced in mk/buildsys.mk.in; presumably, the files listed in ${CONFIG} should be copied to ${configdir}.
The combined result of the above is that nothing gets installed from the lib directory.
Change History (2)
comment:1 Changed 8 years ago by rriegs
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 8 years ago by magnate
- Keywords unix added
- Milestone changed from Triage to 3.4.0
Note: See
TracTickets for help on using
tickets.
Looks like this has been fixed in commit 005ced97f4a0ecfa4ca7b9bf6de046385af675ac. Thanks!