summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-03 10:30:57 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-03 10:30:57 +0000
commitcc75e7f602b1219f2f93cbcf7626239cd0c0a1a2 (patch)
treeca999adb129a697b967e9acf22997d96eea74d37 /x11-wm
parentFix .desktop file (diff)
downloadgentoo-2-cc75e7f602b1219f2f93cbcf7626239cd0c0a1a2.tar.gz
gentoo-2-cc75e7f602b1219f2f93cbcf7626239cd0c0a1a2.tar.bz2
gentoo-2-cc75e7f602b1219f2f93cbcf7626239cd0c0a1a2.zip
Quoting
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/ion/ion-20020207-r2.ebuild12
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 () {