]> git.pld-linux.org Git - packages/tenshi.git/blob - tenshi-root.patch
- update to 0.10
[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 @@ -38,5 +38,5 @@
4 -               install -g root -m 0644 -D tenshi.conf ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf
5 +               install -m 0644 -D tenshi.conf ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf
6         install -d ${DESTDIR}${docdir}
7         install -m 0644 ${DOCS} ${DESTDIR}${docdir}/
8 -       install -g root -m 0644 tenshi.8 ${DESTDIR}${mandir}/man8/
9 -       install -g root -m 755 -d ${DESTDIR}${libdir}
10 +       install -m 0644 tenshi.8 ${DESTDIR}${mandir}/man8/
11 +       install -m 755 -d ${DESTDIR}${libdir}
This page took 0.087761 seconds and 3 git commands to generate.