blob: 8eadb46406d92ef2c7f533e1de97f72b87fe054a (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- Makefile.orig 2007-10-04 19:57:24.000000000 +0100
+++ Makefile 2008-03-21 12:59:04.000000000 +0000
@@ -38,5 +38,7 @@
install -g root -m 0644 -D tenshi.conf ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf
install -d ${DESTDIR}${docdir}
install -m 0644 ${DOCS} ${DESTDIR}${docdir}/
+ [ -d ${DESTDIR}${mandir}/man8 ] || \
+ install -d ${DESTDIR}${mandir}/man8
install -g root -m 0644 tenshi.8 ${DESTDIR}${mandir}/man8/
install -g root -m 755 -d ${DESTDIR}${libdir}
|