Skip to content

Commit

Permalink
Revert "Update path in udev rule of mdadm"
Browse files Browse the repository at this point in the history
This reverts commit c9364fd.

See #6006
  • Loading branch information
domenkozar committed Jan 30, 2015
1 parent 0b9e2f8 commit 2d19af8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkgs/os-specific/linux/mdadm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ stdenv.mkDerivation rec {
fi
'';

preInstall =
''
substituteInPlace udev-md-raid-assembly.rules --replace "/sbin/mdadm" "$out/sbin/mdadm"
substituteInPlace udev-md-raid-arrays.rules --replace "/sbin/mdadm" "$out/sbin/mdadm"
'';

meta = {
description = "Programs for managing RAID arrays under Linux";
homepage = http://neil.brown.name/blog/mdadm;
Expand Down

0 comments on commit 2d19af8

Please sign in to comment.