diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-20 08:45:57 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-04-20 08:45:57 -0300 |
commit | 02fcec87dd55b96ff0e5ee8e6b8c8ede0862f552 (patch) | |
tree | 61c66cada99375c473e4e1f1d954dc053f499574 /v4l/Makefile | |
parent | 435d74bd16c0818ad30c0f1e4d4a5e02d2d27c1e (diff) | |
download | mediapointer-dvb-s2-02fcec87dd55b96ff0e5ee8e6b8c8ede0862f552.tar.gz mediapointer-dvb-s2-02fcec87dd55b96ff0e5ee8e6b8c8ede0862f552.tar.bz2 |
build: Make sure that firmwares will be installed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
As reported by some users, firmwares were not installed. Be sure that
it will properly install the firmwares by calling the proper makefile
rule.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l/Makefile')
-rw-r--r-- | v4l/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index 1c4aa10eb..ed9cdcbe6 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -212,7 +212,7 @@ all:: default ################################################# # installation invocation rules -install:: media-install +install:: media-install firmware_install remove rminstall:: media-rminstall |