#3649 closed defect (fixed)
llvm - documentation directory is wrong
Reported by: | Jeremy Henty | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
llvm installs documentation to /usr/docs . Although $(docdir) is set correctly, the install actually uses a different path set in Makefile.config.in . I suggest running "sed -i -e 's|/docs/llvm$|/share/doc/llvm-3.1|' Makefile.config.in" before configuring the package.
Note:
See TracTickets
for help on using tickets.
Replying to jeremy_henty: NB: Makefile.config.in also contains a dubious assignment of PROJ_etcdir to $(PROJ_prefix)/etc/llvm but this appears to be harmless as the install does not create /usr/etc .