diff options
Diffstat (limited to 'net-fs/ncpfs/ncpfs-2.2.0.19.ebuild')
-rw-r--r-- | net-fs/ncpfs/ncpfs-2.2.0.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild b/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild index 13c368bca2e9..01236ee3f78f 100644 --- a/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild +++ b/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild,v 1.5 2003/09/08 07:59:35 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.0.19.ebuild,v 1.6 2003/09/11 01:40:30 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="Provides Access to Netware services using the NCP protocol (Kernel support must be activated!)" @@ -20,7 +20,7 @@ src_compile() { } src_install () { - # directory ${D}/lib/security needs to be created or the install fails + # directory ${D}/lib/security needs to be created or the install fails dodir /lib/security make DESTDIR=${D} install || die } |