From 645ab92a1040f2aabc6d34b46b9f124e020ea82e Mon Sep 17 00:00:00 2001 From: Alex Tarkovsky Date: Mon, 28 May 2007 09:59:58 +0000 Subject: sys-fs/unionfs-utils: Minor ebuild compliance and cosmetic changes svn path=/sunrise/; revision=3767 --- sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild') 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 a6edcac12..6040cbf86 100644 --- a/sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild +++ b/sys-fs/unionfs-utils/unionfs-utils-0.2.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -DESCRIPTION="System Utilities for UnionFS" +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" @@ -14,7 +14,7 @@ IUSE="static" DEPEND="" RDEPEND="" -S=${WORKDIR}/${P/-/_} +S="${WORKDIR}/${P/-/_}" src_compile() { # --enable-static for this package is for libraries only. @@ -31,6 +31,6 @@ src_compile() { } src_install () { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc ChangeLog INSTALL NEWS README } -- cgit v1.2.3-18-g5258