Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 181243 | Differences between
and this patch

Collapse All | Expand All

(-)inspircd-1.1.8.ebuild (-2 / +7 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2007 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.8.ebuild,v 1.1 2007/07/01 15:42:40 hansmi Exp $
3
# $Header:$
4
4
5
inherit eutils toolchain-funcs multilib # subversion
5
inherit eutils toolchain-funcs multilib # subversion
6
6
Lines 53-58 Link Here
53
	dodir /usr/$(get_libdir)/inspircd
53
	dodir /usr/$(get_libdir)/inspircd
54
	dodir /usr/$(get_libdir)/inspircd/modules
54
	dodir /usr/$(get_libdir)/inspircd/modules
55
	dodir /etc/inspircd
55
	dodir /etc/inspircd
56
	dodir /var/log/inspircd
56
57
57
	emake install \
58
	emake install \
58
		LIBPATH="${D}/usr/$(get_libdir)/inspircd/" \
59
		LIBPATH="${D}/usr/$(get_libdir)/inspircd/" \
Lines 68-75 Link Here
68
	chown -R inspircd:inspircd "${ROOT}"/etc/inspircd
69
	chown -R inspircd:inspircd "${ROOT}"/etc/inspircd
69
	chmod 700 "${ROOT}"/etc/inspircd
70
	chmod 700 "${ROOT}"/etc/inspircd
70
71
72
73
	chmod 750 "${ROOT}"/var/log/inspircd
74
	chown -R inspircd:inspircd "${ROOT}"/var/log/inspircd
75
71
	chown -R inspircd:inspircd "${ROOT}"/usr/$(get_libdir)/inspircd
76
	chown -R inspircd:inspircd "${ROOT}"/usr/$(get_libdir)/inspircd
72
	chmod -R 755 "${ROOT}"/usr/$(get_libdir)/inspircd
77
	chmod -R 755 "${ROOT}"/usr/$(get_libdir)/inspircd
73
78
74
	chmod -R 755 /usr/bin/inspircd
79
	chmod -R 755 "${ROOT}"/usr/bin/inspircd
75
}
80
}

Return to bug 181243