You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ./configure result is actually ignored here on purpose. When building packages the expectation is that the spec file will pass to configure the right place to install this for the distribution. Ideally, the distribution would provide us an rpmmacro for dracut but that's sadly not the case.
Suggested fix:
--- zfs-0.6.2/rpm/generic/zfs.spec.in.old 2013-08-22 17:11:06.000000000 -0400
+++ zfs-0.6.2/rpm/generic/zfs.spec.in 2013-08-26 21:15:00.535887599 -0400
@@ -5,7 +5,7 @@
%global _dracutdir %{_prefix}/lib/dracut
%else
%global _udevdir /lib/udev
-%global _dracutdir /lib/dracut
+%global _dracutdir @dracutdir@
%endif
%bcond_with debug
The text was updated successfully, but these errors were encountered: