summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-22 14:36:44 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-22 14:36:44 +0000
commite86428d97d718b1aac8a4fd574874228238ea708 (patch)
treef0d7efa257045c4b47371ae0558fc86bb130356f /x11-plugins/wmjsql
parentquoting etc. (diff)
downloadhistorical-e86428d97d718b1aac8a4fd574874228238ea708.tar.gz
historical-e86428d97d718b1aac8a4fd574874228238ea708.tar.bz2
historical-e86428d97d718b1aac8a4fd574874228238ea708.zip
quoting
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins/wmjsql')
-rw-r--r--x11-plugins/wmjsql/wmjsql-0.5.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-plugins/wmjsql/wmjsql-0.5.ebuild b/x11-plugins/wmjsql/wmjsql-0.5.ebuild
index a2a3bdd93113..266336288e9f 100644
--- a/x11-plugins/wmjsql/wmjsql-0.5.ebuild
+++ b/x11-plugins/wmjsql/wmjsql-0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmjsql/wmjsql-0.5.ebuild,v 1.11 2009/06/04 00:27:18 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmjsql/wmjsql-0.5.ebuild,v 1.12 2010/07/22 14:32:07 ssuominen Exp $
IUSE=""
@@ -24,19 +24,19 @@ LICENSE="GPL-2"
KEYWORDS="ppc sparc x86"
src_compile() {
- cd ${S}/src
+ cd "${S}"/src
make clean
- emake CFLAGS="${CFLAGS}" || die "Compilation failed"
+ emake CFLAGS="${CFLAGS}" || die
}
src_install() {
- cd ${S}/src
- dobin wmjsql
+ cd "${S}"/src
+ dobin wmjsql || die
newdoc conf sample.wmjsql
- cd ${S}
+ cd "${S}"
dodoc CREDITS README TODO
insinto /usr/share/applications
- doins ${FILESDIR}/${PN}.desktop
+ doins "${FILESDIR}"/${PN}.desktop
}