summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild')
-rw-r--r--sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild b/sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild
index e412d5e7c..37973f676 100644
--- a/sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild
+++ b/sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="System utilities for UnionFS"
HOMEPAGE="http://www.fsl.cs.sunysb.edu/project-unionfs.html"
-SRC_URI="ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/unionfs-utils-0.x/${P/-/_}.tar.gz"
+SRC_URI="ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/${PN}-0.x/${P/-/_}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -20,13 +20,11 @@ src_compile() {
# --enable-static for this package is for libraries only.
# livecd and initrd want these in /sbin static or not,
# whereas the package puts them in /usr/bin.
- local myconf="--bindir=/sbin --sbindir=/sbin"
-
- econf ${myconf} || die "econf failed"
+ econf --bindir=/sbin --sbindir=/sbin
emake || die "emake failed"
}
src_install () {
emake DESTDIR="${D}" install || die "emake install failed"
- dodoc ChangeLog NEWS README
+ dodoc ChangeLog NEWS README || die "dodoc failed"
}