Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 9c9e0001c1a8f25bb13d8be5b0be298d > files > 2

tenshi-0.11-0.2mdv2010.0.src.rpm

diff -U2 --recursive tenshi-0.10.orig/Makefile tenshi-0.10/Makefile
--- tenshi-0.10.orig/Makefile	2008-03-05 23:53:56.000000000 +0100
+++ tenshi-0.10/Makefile	2009-07-15 11:10:38.000000000 +0200
@@ -6,10 +6,10 @@
 bindir = /usr/sbin
 sysconfdir = /etc
-docdir = /usr/share/doc/tenshi-${VERSION}
+docdir = /usr/share/doc/tenshi
 mandir = /usr/share/man
 libdir = /var/lib/tenshi
 
 DOCS = README INSTALL CREDITS LICENSE Changelog FAQ
-SAMPLES = tenshi.conf tenshi.debian-init tenshi.gentoo-init tenshi.solaris-init tenshi.redhat-init tenshi.spec
+SAMPLES = tenshi.conf tenshi.redhat-init
 BIN = Makefile tenshi
 MAN = tenshi.8
@@ -36,7 +36,7 @@
 	install -D tenshi ${DESTDIR}${bindir}/tenshi
 	[ -f ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf ] || \
-		install -g root -m 0644 -D tenshi.conf ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf
-	install -d ${DESTDIR}${docdir}
-	install -m 0644 ${DOCS} ${DESTDIR}${docdir}/
-	install -g root -m 0644 tenshi.8 ${DESTDIR}${mandir}/man8/
-	install -g root -m 755 -d ${DESTDIR}${libdir}
+		install -m 0644 -D tenshi.conf ${DESTDIR}${sysconfdir}/tenshi/tenshi.conf
+#	install -d ${DESTDIR}${docdir}
+#	install -m 0644 ${DOCS} ${DESTDIR}${docdir}/
+	install -m 0644 tenshi.8 ${DESTDIR}${mandir}/man8/
+	install -m 755 -d ${DESTDIR}${libdir}