diff --git a/support/posix.mk b/support/posix.mk index db621b80..404245a9 100644 --- a/support/posix.mk +++ b/support/posix.mk @@ -7,8 +7,8 @@ INSTICON= ${DESTDIR}$(prefix)/share/icons/hicolor/scalable/apps install: ${PROG} ${MAN} install -d ${DESTDIR}${bindir} install ${PROG} ${DESTDIR}${bindir}/tvheadend - install -d ${DESTDIR}${mandir} - install ${MAN} ${DESTDIR}${mandir}/tvheadend.1 + install -d ${DESTDIR}${mandir}/man1 + install ${MAN} ${DESTDIR}${mandir}/man1/tvheadend.1 for bundle in ${BUNDLES}; do \ mkdir -p ${DESTDIR}${datadir}/tvheadend/$$bundle ;\ @@ -19,5 +19,5 @@ install: ${PROG} ${MAN} uninstall: rm -f ${DESTDIR}${bindir}/tvheadend - rm -f ${DESTDIR}${mandir}/tvheadend.1 + rm -f ${DESTDIR}${mandir}/man1/tvheadend.1 rm -rf ${DESTDIR}${datadir}/tvheadend