Project

General

Profile

Actions

Bug #2291

closed

DESTDIR and wt_config.xml installation

Added by soratobu kuroneko over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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

destdir-config-install-path-fix.patch (487 Bytes) destdir-config-install-path-fix.patch soratobu kuroneko, 10/06/2013 10:52 PM
Actions #1

Updated by Koen Deforche over 10 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

Actions #2

Updated by Koen Deforche over 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF