More cleanups of sw/sbin

This commit is contained in:
William A. Kennington III 2015-04-01 14:25:56 -07:00
parent 422e91d0f9
commit e05b68ed05

View File

@ -19,8 +19,8 @@ stdenv.mkDerivation {
substituteInPlace "$out"/modprobe.conf \
--replace /sbin/lsmod /run/booted-system/sw/bin/lsmod \
--replace /sbin/rmmod /run/booted-system/sw/sbin/rmmod \
--replace /sbin/modprobe /run/booted-system/sw/sbin/modprobe \
--replace /sbin/rmmod /run/booted-system/sw/bin/rmmod \
--replace /sbin/modprobe /run/booted-system/sw/bin/modprobe \
--replace " grep " " ${gnugrep}/bin/grep " \
--replace " xargs " " ${findutils}/bin/xargs "
'';