Fixup 90kernel-modules-loaded

The inst functions do not know how to handle directories directly.
Just find the files, and they will create the directories as needed.
master
Victor Lowther 2009-03-08 09:21:06 -05:00
parent 7f8205e1b8
commit cac7ac4a45
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@
done done


[ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf [ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
dracut_install $(find /etc/modprobe.d/ ) dracut_install $(find /etc/modprobe.d/ -type f )