summaryrefslogtreecommitdiffstats
path: root/mkinitcpio
diff options
context:
space:
mode:
Diffstat (limited to 'mkinitcpio')
-rwxr-xr-xmkinitcpio2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkinitcpio b/mkinitcpio
index b6581ed..bcf56e9 100755
--- a/mkinitcpio
+++ b/mkinitcpio
@@ -353,7 +353,7 @@ if (( ${#ADDED_MODULES[*]} )); then
popd >/dev/null
msg "Generating module dependencies"
- /sbin/depmod -b "$BUILDROOT" "${KERNELVERSION}"
+ depmod -b "$BUILDROOT" "${KERNELVERSION}"
rm "$BUILDROOT/lib/modules/$KERNELVERSION"/modules.!(dep.bin|alias.bin|symbols.bin)
else
warning "No modules were added to the image. This is probably not what you want."