Actions
Feature #301
closedadd DESTDIR support to make install
Feature #301:
add DESTDIR support to make install
Start date:
Due date:
% Done:
0%
Estimated time:
Description
When doing make install, it is useful to be able to install under an arbitrary prefix. Most packages implement this with
make install DESTDIR=/path/to/my/location
which will install tvheadend in /path/to/my/location/$prefix. The attached patch adds this.
Files
Updated by Andreas Smas over 15 years ago
- Found in version set to fixed
Fixed in r5479.
Actions