Feature #301
add DESTDIR support to make install
| Status: | Fixed | Start date: | ||
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | % Done: | 0% | ||
| Category: | General | |||
| Target version: | 2.12 |
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.
