]> git.pld-linux.org Git - packages/tenshi.git/blame - tenshi-root.patch
- update to 0.7
[packages/tenshi.git] / tenshi-root.patch
CommitLineData
b3fdaf91
ER
1--- tenshi-0.5.1/Makefile 2006-08-30 14:39:38.320918658 +0300
2+++ tenshi-0.5.1/Makefile 2006-08-30 14:40:47.672478124 +0300
3@@ -6,7 +6,7 @@
4 bindir = /usr/sbin
5 sysconfdir = /etc
6 docdir = /usr/share/doc/tenshi-${VERSION}
7-mandir = /usr/man
8+mandir = /usr/share/man
9 libdir = /var/lib/tenshi
10
11 DOCS = README INSTALL CREDITS LICENSE Changelog
12@@ -38,5 +38,5 @@
13- install -g root -m 0644 -D tenshi.conf ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf
14+ install -m 0644 -D tenshi.conf ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf
e5264302 15 install -d ${DESTDIR}${docdir}
a1f03f5a 16 install -m 0644 ${DOCS} ${DESTDIR}${docdir}/
b3fdaf91
ER
17- install -g root -m 0644 tenshi.8 ${DESTDIR}${mandir}/man8/
18- install -g root -m 755 -d ${DESTDIR}${libdir}
19+ install -m 0644 tenshi.8 ${DESTDIR}${mandir}/man8/
20+ install -m 755 -d ${DESTDIR}${libdir}
This page took 0.086315 seconds and 4 git commands to generate.