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 <behlendorf1@llnl.gov>
Closes #1984
This commit is contained in:
parent
a5f3665168
commit
4788a01dbd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue