summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-01 20:56:22 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-01 20:56:22 +0000
commit58a2990c336c7da3b71052e838ef270ce6ea4774 (patch)
treeeca9c634d45e4a4748ed5b9d2d175ff75bd509be /app-laptop/fnfx
parentVersion bump, fixes bug 254241. (diff)
downloadgentoo-2-58a2990c336c7da3b71052e838ef270ce6ea4774.tar.gz
gentoo-2-58a2990c336c7da3b71052e838ef270ce6ea4774.tar.bz2
gentoo-2-58a2990c336c7da3b71052e838ef270ce6ea4774.zip
quoting
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop/fnfx')
-rw-r--r--app-laptop/fnfx/fnfx-0.3.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/app-laptop/fnfx/fnfx-0.3.ebuild b/app-laptop/fnfx/fnfx-0.3.ebuild
index 5e74444a2be9..c0ef92269276 100644
--- a/app-laptop/fnfx/fnfx-0.3.ebuild
+++ b/app-laptop/fnfx/fnfx-0.3.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/app-laptop/fnfx/fnfx-0.3.ebuild,v 1.5 2009/05/15 20:23:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/fnfx/fnfx-0.3.ebuild,v 1.6 2010/01/01 20:56:22 ssuominen Exp $
DESCRIPTION="Daemon and client allowing use of Toshiba special keys"
HOMEPAGE="http://fnfx.sourceforge.net/"
@@ -12,10 +12,8 @@ KEYWORDS="~amd64 x86"
IUSE=""
src_install() {
- make install DESTDIR=${D} || die "make install failed"
-
- newinitd ${FILESDIR}/fnfxd fnfxd
-
+ make install DESTDIR="${D}" || die "make install failed"
+ newinitd "${FILESDIR}"/fnfxd fnfxd
dodoc AUTHORS README ChangeLog
}