make install DESTDIR broken for files in datadir and localstatedir
------------------------------------------------------------------
Key: TS-335
URL: https://issues.apache.org/jira/browse/TS-335
Project: Traffic Server
Issue Type: Bug
Components: Build
Affects Versions: 2.0.0
Environment: openSUSE 11.2 x86_64
Reporter: Marcus Rückert
Fix For: 2.0.1
make install destdir=/usr/src/packages/BUILDROOT/trafficserver-2.0.0-build
all the files installed to $datadir and $localstatedir get prefixed with
DESTDIR twice.
so you end up with
/usr/src/packages/BUILDROOT/trafficserver-2.0.0-build/usr/src/packages/BUILDROOT/trafficserver-2.0.0-build/var/trafficserver/TS_version
expected would be
/usr/src/packages/BUILDROOT/trafficserver-2.0.0-build/var/trafficserver/TS_version
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.