diff options
author | Aaron Fineman <[email protected]> | 2013-12-18 02:33:40 +0000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-12-18 16:46:35 -0800 |
commit | 4788a01dbd11b8fd22e0ff95a197a753778e04ca (patch) | |
tree | 45bbcd2167078370c0b25b7801bf9f39883b7c80 | |
parent | a5f3665168946318c98ed5407b9314d400bd6dde (diff) |
Cause zfs.spec to place dracut files properly
This is an extension of commit ffb2111. As the fedora conditional
has been added, this allows centos/rhel-6 to fall back to the
proper directory (/usr/share/dracut)
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1984
-rw-r--r-- | rpm/generic/zfs.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index 991a63683..6425d1e01 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -5,7 +5,7 @@ %global _dracutdir %{_prefix}/lib/dracut %else %global _udevdir /lib/udev -%global _dracutdir /lib/dracut +%global _dracutdir %{_prefix}/share/dracut %endif %bcond_with debug |