]> git.pld-linux.org Git - packages/tenshi.git/blob - tenshi-root.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/tenshi.git] / tenshi-root.patch
1 --- tenshi-0.14/Makefile~       2012-06-03 12:59:59.000000000 +0300
2 +++ tenshi-0.14/Makefile        2013-10-23 21:23:51.272289331 +0300
3 @@ -35,10 +35,10 @@
4  install:
5         install -D tenshi ${DESTDIR}${bindir}/tenshi
6         [ -f ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf ] || \
7 -               install -g root -m 0644 -D tenshi.conf ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf
8 +               install -m 0644 -D tenshi.conf ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf
9         install -d ${DESTDIR}${docdir}
10         install -m 0644 ${DOCS} ${DESTDIR}${docdir}/
11         [ -d ${DESTDIR}${mandir}/man8 ] || \
12                 install -d ${DESTDIR}${mandir}/man8
13 -       install -g root -m 0644 tenshi.8 ${DESTDIR}${mandir}/man8/
14 -       install -g root -m 755 -d ${DESTDIR}${libdir}
15 +       install -m 0644 tenshi.8 ${DESTDIR}${mandir}/man8/
16 +       install -m 755 -d ${DESTDIR}${libdir}
This page took 0.086276 seconds and 4 git commands to generate.