From 6036ef3a05f9895f2e3acb35e578f66cd2898fca Mon Sep 17 00:00:00 2001
From: Florian Pose <fp@igh-essen.com>
Date: Tue, 15 Aug 2006 09:21:13 +0000
Subject: [PATCH] Bugfix in install script.

---
 script/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/install.sh b/script/install.sh
index 6ce1bac5..d91e68d7 100755
--- a/script/install.sh
+++ b/script/install.sh
@@ -56,7 +56,7 @@ echo "EtherCAT installer - Kernel: $KERNEL"
 # Update module dependencies
 
 echo "  Building module dependencies"
-depmod
+/sbin/depmod
 
 #------------------------------------------------------------------------------
 
-- 
GitLab