Opened 11 years ago

Closed 11 years ago

Last modified 10 years ago

#3649 closed defect (fixed)

llvm - documentation directory is wrong

Reported by: Jeremy Henty Owned by: blfs-book@…
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.

Change History (3)

in reply to:  description comment:1 by Jeremy Henty, 11 years ago

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 .

comment:2 by Armin K, 11 years ago

Resolution: fixed
Status: newclosed

Fixed in r10906

comment:3 by bdubbs@…, 10 years ago

Milestone: current

Milestone current deleted

Note: See TracTickets for help on using tickets.