diff options
Diffstat (limited to 'sys-apps/devfsd')
-rw-r--r-- | sys-apps/devfsd/devfsd-1.3.20.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/devfsd/devfsd-1.3.20.ebuild b/sys-apps/devfsd/devfsd-1.3.20.ebuild index fe08cb49177a..decfd05c3cc0 100644 --- a/sys-apps/devfsd/devfsd-1.3.20.ebuild +++ b/sys-apps/devfsd/devfsd-1.3.20.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins et al <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.20.ebuild,v 1.4 2001/12/06 22:06:30 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/devfsd/devfsd-1.3.20.ebuild,v 1.5 2001/12/06 22:11:34 drobbins Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Daemon for the Linux Device Filesystem" @@ -30,4 +30,5 @@ src_compile() { src_install() { dodir /sbin /usr/share/man /etc make PREFIX=${D} install || die + rm -f ${D}/etc/devfsd.conf } |