Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1929 | minor | always | 08-03-07 15:14 | 08-13-07 09:36 | |
|
|||||
Reporter: | copart | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.2 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.3 | ||
|
|||||
Summary: | 0001929: make install to new location does not copy libexec64 files | ||||
Description: |
Likely related to 0001844; in Makefile.in, we have the line: cp -r libexec/* $(PREFIX)/$(LIBEXEC); \ This will work (I presume) on all 32 bit platforms, and on 64 bit IF the source is being installed to where it was compiled (as the cp won't need to be run). Change this line to: cp -r $(LIBEXEC)/* $(PREFIX)/$(LIBEXEC); \ and the 64 bit libraries will be copied. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |