install: Properly install manpages in mandir/man1 which also fixes Bug#1064.
This commit is contained in:
parent
9f9f816a34
commit
8093e67b55
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@ INSTICON= ${DESTDIR}$(prefix)/share/icons/hicolor/scalable/apps
|
||||||
install: ${PROG} ${MAN}
|
install: ${PROG} ${MAN}
|
||||||
install -d ${DESTDIR}${bindir}
|
install -d ${DESTDIR}${bindir}
|
||||||
install ${PROG} ${DESTDIR}${bindir}/tvheadend
|
install ${PROG} ${DESTDIR}${bindir}/tvheadend
|
||||||
install -d ${DESTDIR}${mandir}
|
install -d ${DESTDIR}${mandir}/man1
|
||||||
install ${MAN} ${DESTDIR}${mandir}/tvheadend.1
|
install ${MAN} ${DESTDIR}${mandir}/man1/tvheadend.1
|
||||||
|
|
||||||
for bundle in ${BUNDLES}; do \
|
for bundle in ${BUNDLES}; do \
|
||||||
mkdir -p ${DESTDIR}${datadir}/tvheadend/$$bundle ;\
|
mkdir -p ${DESTDIR}${datadir}/tvheadend/$$bundle ;\
|
||||||
|
@ -19,5 +19,5 @@ install: ${PROG} ${MAN}
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f ${DESTDIR}${bindir}/tvheadend
|
rm -f ${DESTDIR}${bindir}/tvheadend
|
||||||
rm -f ${DESTDIR}${mandir}/tvheadend.1
|
rm -f ${DESTDIR}${mandir}/man1/tvheadend.1
|
||||||
rm -rf ${DESTDIR}${datadir}/tvheadend
|
rm -rf ${DESTDIR}${datadir}/tvheadend
|
||||||
|
|
Loading…
Add table
Reference in a new issue