summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/tenshi/tenshi-0.5.1.ebuild')
-rw-r--r--app-admin/tenshi/tenshi-0.5.1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/app-admin/tenshi/tenshi-0.5.1.ebuild b/app-admin/tenshi/tenshi-0.5.1.ebuild
index 9787179afb75..8af493c7350a 100644
--- a/app-admin/tenshi/tenshi-0.5.1.ebuild
+++ b/app-admin/tenshi/tenshi-0.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.5.1.ebuild,v 1.1 2006/06/19 10:34:58 lcars Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.5.1.ebuild,v 1.2 2007/04/28 16:55:17 tove Exp $
inherit eutils
@@ -23,11 +23,10 @@ pkg_setup() {
}
src_install() {
- emake DESTDIR=${D} install
+ emake DESTDIR="${D}" install
fowners tenshi:root /etc/tenshi/tenshi.conf
fowners tenshi:root /var/lib/tenshi
doman tenshi.8
- exeinto /etc/init.d
- newexe tenshi.gentoo-init tenshi
+ newinitd tenshi.gentoo-init tenshi
keepdir /var/lib/tenshi
}