diff options
author | 2009-08-03 10:32:20 +0000 | |
---|---|---|
committer | 2009-08-03 10:32:20 +0000 | |
commit | c161548b4a4b7dfc7f9cb5fc27671e7e1604bc77 (patch) | |
tree | db09e7c00f132d7dd5fe89e39059e92fb1435b2b /x11-wm/ion | |
parent | Add patch to build with glibc 2.10, by Viktor S <bugzilla@marinmo.org>, bug #... (diff) | |
download | historical-c161548b4a4b7dfc7f9cb5fc27671e7e1604bc77.tar.gz historical-c161548b4a4b7dfc7f9cb5fc27671e7e1604bc77.tar.bz2 historical-c161548b4a4b7dfc7f9cb5fc27671e7e1604bc77.zip |
Quoting
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'x11-wm/ion')
-rw-r--r-- | x11-wm/ion/ion-20020207-r2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/ion/ion-20020207-r2.ebuild b/x11-wm/ion/ion-20020207-r2.ebuild index 256323a834db..57c8c335eb8c 100644 --- a/x11-wm/ion/ion-20020207-r2.ebuild +++ b/x11-wm/ion/ion-20020207-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion/ion-20020207-r2.ebuild,v 1.6 2007/07/22 04:24:27 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ion/ion-20020207-r2.ebuild,v 1.7 2009/08/03 10:30:57 ssuominen Exp $ inherit eutils @@ -18,8 +18,8 @@ DEPEND="${RDEPEND}" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-gentoo.diff + cd "${S}" + epatch "${FILESDIR}"/${P}-gentoo.diff } src_compile() { @@ -39,12 +39,12 @@ src_compile() { sed -e 's:$(DOCDIR)/ion:$(DOCDIR)/${P}:g' \ Makefile.new > Makefile - make depend || die + emake depend || die emake || die } src_install () { - make PREFIX=${D}/usr ETCDIR=${D}/etc/X11 install || die + make PREFIX="${D}/usr" ETCDIR="${D}/etc/X11" install || die } pkg_postinst () { |