]> git.pld-linux.org Git - packages/tenshi.git/blob - tenshi-root.patch
- updated for 0.3.4
[packages/tenshi.git] / tenshi-root.patch
1 --- a/Makefile~ 2004-07-16 00:15:54.000000000 +0300
2 +++ b/Makefile  2004-07-19 01:27:41.000000000 +0300
3 @@ -35,7 +35,7 @@
4  install:
5         install -D tenshi ${DESTDIR}${bindir}/tenshi
6         [ -f ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf ] || \
7 -               install -o tenshi -g root -m 0640 -D tenshi.conf ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf
8 +               install -m 0640 -D tenshi.conf ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf
9         install -d ${DESTDIR}${docdir}
10         install -m 0644 ${DOCS} ${DESTDIR}${docdir}/
11 -       install -o tenshi -g root -m 750 -d ${DESTDIR}${libdir}
12 +       install -m 750 -d ${DESTDIR}${libdir}
This page took 0.044042 seconds and 4 git commands to generate.