diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2004-09-22 13:41:32 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2004-09-22 13:41:32 +0000 |
commit | 4f9afad01e0cfe484239ed8caa917370348ba1d6 (patch) | |
tree | 7b89f93d5f844ffd5de2bb1f9a02837155707735 /update-modules | |
parent | 94283cdb9bf7f059fc36d150eed33f63cd779dfb (diff) |
start modutils.sh, not modutils
BKrev: 4151810csqGFTttkWPK_0AGThRuYpw
Diffstat (limited to 'update-modules')
-rw-r--r-- | update-modules/update-modules_1.0.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/update-modules/update-modules_1.0.oe b/update-modules/update-modules_1.0.oe index 0d445224e7..7e12352f01 100644 --- a/update-modules/update-modules_1.0.oe +++ b/update-modules/update-modules_1.0.oe @@ -9,11 +9,10 @@ if [ "x$D" != "x" ]; then exit 1 fi update-modules -/etc/init.d/modutils +/etc/init.d/modutils.sh } do_install() { install -d ${D}${sbindir} install ${WORKDIR}/update-modules ${D}${sbindir} } - |