]> git.pld-linux.org Git - packages/tenshi.git/blob - tenshi-root.patch
- updated to 0.5.1
[packages/tenshi.git] / tenshi-root.patch
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
15         install -d ${DESTDIR}${docdir}
16         install -m 0644 ${DOCS} ${DESTDIR}${docdir}/
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.058195 seconds and 4 git commands to generate.