diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 12:10:43 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 12:10:43 +0000 |
commit | a913575f3789572a76e98d53c68e9e511b479d7f (patch) | |
tree | 78aa5f0315c08f62fcab0adc3a586ee68dfe2be4 /app-misc/fdutils | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.tar.gz gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.tar.bz2 gentoo-2-a913575f3789572a76e98d53c68e9e511b479d7f.zip |
whitespace cleanup
Diffstat (limited to 'app-misc/fdutils')
-rw-r--r-- | app-misc/fdutils/Manifest | 6 | ||||
-rw-r--r-- | app-misc/fdutils/fdutils-5.4.20020222.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/app-misc/fdutils/Manifest b/app-misc/fdutils/Manifest index f67b45e8d368..19f44d595f61 100644 --- a/app-misc/fdutils/Manifest +++ b/app-misc/fdutils/Manifest @@ -1,5 +1,5 @@ +MD5 c56c3d812161b68054a0c045e3aae18b ChangeLog 1048 +MD5 42ab7137044bb8275586fbac699eb834 fdutils-5.4.20020222-r1.ebuild 969 +MD5 cd0c71ed19abad48817d2edeb58c0228 fdutils-5.4.20020222.ebuild 1557 MD5 c2ef222aaad9496533b756688db40543 files/digest-fdutils-5.4.20020222 135 MD5 c2ef222aaad9496533b756688db40543 files/digest-fdutils-5.4.20020222-r1 135 -MD5 42ab7137044bb8275586fbac699eb834 fdutils-5.4.20020222-r1.ebuild 969 -MD5 0a8bba895c2067356151196205f538ae fdutils-5.4.20020222.ebuild 1557 -MD5 c56c3d812161b68054a0c045e3aae18b ChangeLog 1048 diff --git a/app-misc/fdutils/fdutils-5.4.20020222.ebuild b/app-misc/fdutils/fdutils-5.4.20020222.ebuild index 0bd0913e6dc3..3c47c60cf0d4 100644 --- a/app-misc/fdutils/fdutils-5.4.20020222.ebuild +++ b/app-misc/fdutils/fdutils-5.4.20020222.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/app-misc/fdutils/fdutils-5.4.20020222.ebuild,v 1.9 2003/08/05 15:43:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/fdutils/fdutils-5.4.20020222.ebuild,v 1.10 2003/09/05 12:10:36 msterret Exp $ inherit eutils @@ -29,7 +29,7 @@ src_compile() { } src_install() { - # since the Makefiles doesnt support $DESTDIR we'll do it manually + # since the Makefiles doesnt support $DESTDIR we'll do it manually # instead of patching the Makefile.in cd src @@ -41,12 +41,12 @@ src_install() { dosym /usr/bin/fdmount /usr/bin/fdumount dosym /usr/bin/fdmount /usr/bin/fdlist dosym /usr/bin/fdmount /usr/bin/fdmountd - + insinto /etc doins src/mediaprm doinfo doc/fdutils.info* - + doman doc/*.1 doc/*.4 dosym /usr/share/man/man1/fdmount.1.gz /usr/share/man/man1/fdumount.1.gz |