diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-12-16 22:24:39 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-12-16 22:24:39 +0000 |
commit | 22261b0d0f0a53a82d6963637775b1552f4e3ac5 (patch) | |
tree | ad0c3aa1763098cb6445ade38d386e6e85f8a686 /sys-fs/copyfs | |
parent | Initial import (Manifest recommit) (diff) | |
download | gentoo-2-22261b0d0f0a53a82d6963637775b1552f4e3ac5.tar.gz gentoo-2-22261b0d0f0a53a82d6963637775b1552f4e3ac5.tar.bz2 gentoo-2-22261b0d0f0a53a82d6963637775b1552f4e3ac5.zip |
Fix for style issues
Diffstat (limited to 'sys-fs/copyfs')
-rw-r--r-- | sys-fs/copyfs/copyfs-1.0.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys-fs/copyfs/copyfs-1.0.ebuild b/sys-fs/copyfs/copyfs-1.0.ebuild index 1593e8784bfa..29391c413db7 100644 --- a/sys-fs/copyfs/copyfs-1.0.ebuild +++ b/sys-fs/copyfs/copyfs-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/copyfs/copyfs-1.0.ebuild,v 1.1 2004/12/16 22:21:34 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/copyfs/copyfs-1.0.ebuild,v 1.2 2004/12/16 22:24:39 stuart Exp $ inherit eutils DESCRIPTION="fuse-based filesystem for maintaining configuration files" @@ -15,8 +15,6 @@ DEPEND=">=sys-fs/fuse-2.0 sys-apps/attr" #RDEPEND="" -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} cd ${S} || die @@ -32,11 +30,6 @@ src_unpack() { epatch ${FILESDIR}/${P}-unlink.patch } -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - src_install() { make DESTDIR=${D} install || die } |