]> git.pld-linux.org Git - packages/tenshi.git/blame - tenshi-root.patch
- add debug smtp patch
[packages/tenshi.git] / tenshi-root.patch
CommitLineData
e5264302
ER
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}
a1f03f5a 10 install -m 0644 ${DOCS} ${DESTDIR}${docdir}/
e5264302
ER
11- install -o tenshi -g root -m 750 -d ${DESTDIR}${libdir}
12+ install -m 750 -d ${DESTDIR}${libdir}
This page took 0.082467 seconds and 4 git commands to generate.