Mantis - Resin
Viewing Issue Advanced Details
1929 minor always 08-03-07 15:14 08-13-07 09:36
copart  
ferg  
normal  
closed 3.1.2  
fixed  
none    
none 3.1.3  
0001929: make install to new location does not copy libexec64 files
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.

There are no notes attached to this issue.