diff options
Diffstat (limited to 'sys-apps/lufs/lufs-0.7.0.ebuild')
-rw-r--r-- | sys-apps/lufs/lufs-0.7.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/lufs/lufs-0.7.0.ebuild b/sys-apps/lufs/lufs-0.7.0.ebuild index 2885d583ca1d..8b4b019ac188 100644 --- a/sys-apps/lufs/lufs-0.7.0.ebuild +++ b/sys-apps/lufs/lufs-0.7.0.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/sys-apps/lufs/lufs-0.7.0.ebuild,v 1.5 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lufs/lufs-0.7.0.ebuild,v 1.6 2003/09/07 01:16:48 msterret Exp $ S="${WORKDIR}/${P}" DESCRIPTION="User-mode filesystem implementation" @@ -34,14 +34,14 @@ src_install () { newexe ${FILESDIR}/${P}-init lufs dodoc AUTHORS COPYING ChangeLog Contributors INSTALL \ - NEWS README THANKS TODO + NEWS README THANKS TODO dohtml docs/lufs.html make DESTDIR=${D} install dosym /usr/bin/auto.sshfs /etc/auto.sshfs dosym /usr/bin/auto.ftpfs /etc/auto.ftpfs dosym /sbin/mount.lufs /usr/bin/lufsd - + } pkg_postinst() { |