summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-02-02 17:09:33 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-02-02 17:09:33 +0000
commit20d8cc2169b29e517a451602f5af9c59cfee5a0b (patch)
tree3c0fae1b20ece58f8b295750dff7330f6783e62f /sys-fs/lufs/lufs-0.9.7-r3.ebuild
parentFix postinstall information. (diff)
downloadgentoo-2-20d8cc2169b29e517a451602f5af9c59cfee5a0b.tar.gz
gentoo-2-20d8cc2169b29e517a451602f5af9c59cfee5a0b.tar.bz2
gentoo-2-20d8cc2169b29e517a451602f5af9c59cfee5a0b.zip
Removing autofs stuff, because it has no chance to work, thanks to Michael S <gentoo.bugzilla@mas.ml1.net> in bug 79739 for reporting.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-fs/lufs/lufs-0.9.7-r3.ebuild')
-rw-r--r--sys-fs/lufs/lufs-0.9.7-r3.ebuild12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys-fs/lufs/lufs-0.9.7-r3.ebuild b/sys-fs/lufs/lufs-0.9.7-r3.ebuild
index b7400e2ea5d6..e0f66f4bd26f 100644
--- a/sys-fs/lufs/lufs-0.9.7-r3.ebuild
+++ b/sys-fs/lufs/lufs-0.9.7-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/lufs-0.9.7-r3.ebuild,v 1.3 2005/01/23 19:35:08 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/lufs-0.9.7-r3.ebuild,v 1.4 2005/02/02 17:09:33 genstef Exp $
inherit eutils
@@ -48,9 +48,6 @@ src_compile() {
emake || die "emake failed"
cd ..
done
- cd ..
-
- cd util; emake auto.sshfs auto.ftpfs || die "emake failed"; cd ..
}
src_install() {
@@ -61,13 +58,6 @@ src_install() {
make DESTDIR=${D} install || die "make install failed"
cd ..
done
- cd ..
-
- cd util; dobin auto.sshfs auto.ftpfs; cd ..
-
- dodir /etc/autofs
- dosym /usr/bin/auto.sshfs /etc/autofs/auto.sshfs
- dosym /usr/bin/auto.ftpfs /etc/autofs/auto.ftpfs
}
pkg_postinst() {