diff options
Diffstat (limited to 'sys-apps/initng/initng-0.3.5.ebuild')
-rw-r--r-- | sys-apps/initng/initng-0.3.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/initng/initng-0.3.5.ebuild b/sys-apps/initng/initng-0.3.5.ebuild index 74fc218a75b1..2735a7175866 100644 --- a/sys-apps/initng/initng-0.3.5.ebuild +++ b/sys-apps/initng/initng-0.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/initng/initng-0.3.5.ebuild,v 1.1 2005/11/02 23:03:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/initng/initng-0.3.5.ebuild,v 1.2 2005/11/05 08:14:52 vapier Exp $ DESCRIPTION="A next generation init replacement" HOMEPAGE="http://initng.thinktux.net/" @@ -13,9 +13,10 @@ IUSE="debug" src_compile() { econf \ + --prefix=/ \ + --with-splash \ $(use_enable debug) \ --with-doc-dir=/usr/share/doc/${PF} \ - --prefix=/ \ || die emake || die } |