Actions
Bug #2291
closedDESTDIR and wt_config.xml installation
Start date:
10/06/2013
Due date:
% Done:
0%
Estimated time:
Description
When installing wt_config.xml with a DESTDIR set, the destination path is wrong
Example: if I build wt with the following commands
cmake -DDESTDIR=/tmp/pkg ...
make
make DESTDIR=/tmp/pkg install
wt_config is installed in /tmp/pkg/tmp/pkg/etc/wt/wt_config.xml
I'm not sure if it's the best way to fix that, but with the attached patch I get wt_config.xml installed in the right directory with or without setting DESTDIR
Files
Updated by Koen Deforche about 11 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.3.1
Hey,
I agree, apparent DESTDIR is added by the INSTALL() command automatically by CMake.
Thanks,
koen
Updated by Koen Deforche about 11 years ago
- Status changed from Resolved to Closed
Actions