diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-13 18:50:22 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-13 18:50:22 -0300 |
commit | 91263e7de241ee6403c43cd3a13206f749798ba6 (patch) | |
tree | 62e7e06872465ee83cd2aa045153d90d861ebad0 /v4l | |
parent | 0627d777ef95f831fa94b95b89efd75acb127e1b (diff) | |
download | mediapointer-dvb-s2-91263e7de241ee6403c43cd3a13206f749798ba6.tar.gz mediapointer-dvb-s2-91263e7de241ee6403c43cd3a13206f749798ba6.tar.bz2 |
Added missing depmod after the end of installation process
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l')
-rwxr-xr-x | v4l/scripts/make_makefile.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/scripts/make_makefile.pl b/v4l/scripts/make_makefile.pl index 116df3394..8371f6a4a 100755 --- a/v4l/scripts/make_makefile.pl +++ b/v4l/scripts/make_makefile.pl @@ -124,6 +124,7 @@ while ( my ($key, $value) = each(%instdir) ) { printf OUT "for i in \$\$files;do if [ -e \$\$i ]; then echo -n \"\$\$i \";"; printf OUT " install -m 644 -c \$\$i \$(KDIR26)/$key; fi; done; echo;\n\n"; } +printf OUT "\t/sbin/depmod -a \${KERNELRELEASE}\n\n"; # Creating Remove rule printf OUT "remove rminstall::\n"; |