diff options
author | 2003-09-07 00:11:43 +0000 | |
---|---|---|
committer | 2003-09-07 00:11:43 +0000 | |
commit | e747223589dd1d1953329b477e367e0526e8d122 (patch) | |
tree | f772b85614795607dbc2e14396f857f0e54f2af6 /net-fs/shfs/shfs-0.31-r1.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-e747223589dd1d1953329b477e367e0526e8d122.tar.gz historical-e747223589dd1d1953329b477e367e0526e8d122.tar.bz2 historical-e747223589dd1d1953329b477e367e0526e8d122.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-fs/shfs/shfs-0.31-r1.ebuild')
-rw-r--r-- | net-fs/shfs/shfs-0.31-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-fs/shfs/shfs-0.31-r1.ebuild b/net-fs/shfs/shfs-0.31-r1.ebuild index 773d6478ad37..145e4cbe7c60 100644 --- a/net-fs/shfs/shfs-0.31-r1.ebuild +++ b/net-fs/shfs/shfs-0.31-r1.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/shfs/shfs-0.31-r1.ebuild,v 1.2 2003/06/12 21:25:29 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.31-r1.ebuild,v 1.3 2003/09/07 00:11:41 msterret Exp $ IUSE="amd doc" @@ -29,7 +29,7 @@ src_install() { cat Makefile.old | grep -v depmod > Makefile einfo " Installing kernel module..." make MODULESDIR=${D}/lib/modules/${KV} install || die - + # Install binaries cd ${S}/shfsmount dobin shfsmount @@ -44,11 +44,11 @@ src_install() { dodir /sbin einfo " Adding /sbin/mount.shfs symlink..." dosym /usr/bin/shfsmount /sbin/mount.shfs - + # Install docs doman ${S}/docs/manpages/shfsmount.8 ${S}/docs/manpages/shfsumount.8 use doc && dohtml -r ${S}/docs/html - + # Install automount support (if desired) if [ -n "`use amd`" ] ; then einfo " Installing am-utils config files..." |