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