diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2013-10-19 02:59:57 +0400 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2013-10-19 02:59:57 +0400 |
commit | 8416a5752f49faf8065b5a3fe8795cc8f945285b (patch) | |
tree | efc8371056e0b066c80e3558c36a464adf091554 | |
parent | Add flashcache (diff) | |
download | alexxy-8416a5752f49faf8065b5a3fe8795cc8f945285b.tar.gz alexxy-8416a5752f49faf8065b5a3fe8795cc8f945285b.tar.bz2 alexxy-8416a5752f49faf8065b5a3fe8795cc8f945285b.zip |
Fix ebuild
Package-Manager: portage-2.2.7
-rw-r--r-- | sys-block/flashcache/flashcache-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-block/flashcache/flashcache-9999.ebuild b/sys-block/flashcache/flashcache-9999.ebuild index 44e863d..bbb78a3 100644 --- a/sys-block/flashcache/flashcache-9999.ebuild +++ b/sys-block/flashcache/flashcache-9999.ebuild @@ -33,7 +33,6 @@ src_install() { cd "${S}/src/utils" dosbin flashcache_create flashcache_destroy flashcache_load || die - dodoc README* doc/* || die if use dracut; then cd src/dracut-flashcache-0.3 insinto /usr/lib/dracut/modules.d |