summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2014-12-18 18:09:07 +0000
committerRichard Yao <ryao@gentoo.org>2014-12-18 18:09:07 +0000
commit64076ddeae0617ed8dbcb4ef6272202c5e9e62bb (patch)
tree32537ae0a5a876c0a61fe391b46f3129fec4474d /sys-fs
parentVersion bump. Remove old. (diff)
downloadgentoo-2-64076ddeae0617ed8dbcb4ef6272202c5e9e62bb.tar.gz
gentoo-2-64076ddeae0617ed8dbcb4ef6272202c5e9e62bb.tar.bz2
gentoo-2-64076ddeae0617ed8dbcb4ef6272202c5e9e62bb.zip
Fix typo in dracut module installation on 9999 ebuild, thanks prometheanfire
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/zfs/ChangeLog5
-rw-r--r--sys-fs/zfs/zfs-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/zfs/ChangeLog b/sys-fs/zfs/ChangeLog
index c2290717c730..430d58534bc5 100644
--- a/sys-fs/zfs/ChangeLog
+++ b/sys-fs/zfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/zfs
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.88 2014/12/01 14:39:13 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.89 2014/12/18 18:09:07 ryao Exp $
+
+ 18 Dec 2014; Richard Yao <ryao@gentoo.org> zfs-9999.ebuild:
+ Fix typo in dracut module installation on 9999 ebuild, thanks prometheanfire
*zfs-0.6.3-r2 (01 Dec 2014)
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
index ccb22df10c93..b73a97947308 100644
--- a/sys-fs/zfs/zfs-9999.ebuild
+++ b/sys-fs/zfs/zfs-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.56 2014/12/01 07:04:45 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.57 2014/12/18 18:09:07 ryao Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3,3_4} )
@@ -91,7 +91,7 @@ src_configure() {
--bindir="${EPREFIX}/bin"
--sbindir="${EPREFIX}/sbin"
--with-config=user
- --with-dracutdir="/usr$(get_libdir)/dracut"
+ --with-dracutdir="/usr/$(get_libdir)/dracut"
--with-linux="${KV_DIR}"
--with-linux-obj="${KV_OUT_DIR}"
--with-udevdir="$(get_udevdir)"