summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-01-14 02:34:51 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-01-14 02:34:51 +0000
commit76c2f4165b1f458e35fdf2ff76a5d760de451e73 (patch)
treee79cc089e38f44f5226062ca93793ce34551d62e /sys-apps/fwcrv/fwcrv-0.1.0.ebuild
parentFix bug 205185 for deps, update metadata. (diff)
downloadgentoo-2-76c2f4165b1f458e35fdf2ff76a5d760de451e73.tar.gz
gentoo-2-76c2f4165b1f458e35fdf2ff76a5d760de451e73.tar.bz2
gentoo-2-76c2f4165b1f458e35fdf2ff76a5d760de451e73.zip
Update metadata, clean ebuild.
(Portage version: 2.1.4)
Diffstat (limited to 'sys-apps/fwcrv/fwcrv-0.1.0.ebuild')
-rw-r--r--sys-apps/fwcrv/fwcrv-0.1.0.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/fwcrv/fwcrv-0.1.0.ebuild b/sys-apps/fwcrv/fwcrv-0.1.0.ebuild
index 254c0d935d9d..a77395aa70d7 100644
--- a/sys-apps/fwcrv/fwcrv-0.1.0.ebuild
+++ b/sys-apps/fwcrv/fwcrv-0.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/fwcrv/fwcrv-0.1.0.ebuild,v 1.4 2007/07/12 05:10:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/fwcrv/fwcrv-0.1.0.ebuild,v 1.5 2008/01/14 02:34:51 robbat2 Exp $
inherit eutils
@@ -15,8 +15,8 @@ DEPEND="sys-libs/libraw1394"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-endian.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-endian.patch
}
src_compile() {
@@ -25,6 +25,6 @@ src_compile() {
}
src_install() {
- emake DESTDIR=${D} install || die
+ emake DESTDIR="${D}" install || die
dodoc AUTHORS README src/testdata.txt TODO
}