summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2007-04-13 21:44:30 +0000
committerDaniel Black <dragonheart@gentoo.org>2007-04-13 21:44:30 +0000
commitceed94b8fc8b38073aaad7cd6ca9feb0e91b08d0 (patch)
treeeddb6a712e39dddc6ffbd8b50382758c72b91f67 /sys-fs/mp3fs
parentx86 stable (diff)
downloadgentoo-2-ceed94b8fc8b38073aaad7cd6ca9feb0e91b08d0.tar.gz
gentoo-2-ceed94b8fc8b38073aaad7cd6ca9feb0e91b08d0.tar.bz2
gentoo-2-ceed94b8fc8b38073aaad7cd6ca9feb0e91b08d0.zip
installed README
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-fs/mp3fs')
-rw-r--r--sys-fs/mp3fs/mp3fs-0.07.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-fs/mp3fs/mp3fs-0.07.ebuild b/sys-fs/mp3fs/mp3fs-0.07.ebuild
index e1834f13743c..3bb54fcd0cd1 100644
--- a/sys-fs/mp3fs/mp3fs-0.07.ebuild
+++ b/sys-fs/mp3fs/mp3fs-0.07.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.07.ebuild,v 1.1 2007/04/13 12:56:52 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.07.ebuild,v 1.2 2007/04/13 21:44:30 dragonheart Exp $
DESCRIPTION="MP3FS is a read-only FUSE filesystem which transcodes FLAC audio
files to MP3 on the fly when opened and read."
@@ -18,4 +18,5 @@ RDEPEND="${DEPEND}"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc README
}