diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-08-25 18:23:04 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-08-25 18:23:04 +0000 |
commit | a2ee6a6b2b1bb5bc44df4c91858c3f68e99f6c19 (patch) | |
tree | 6916caa3a899a86ddbd1e99e43232648b2c15e53 /Makefile.am | |
parent | d47bdd8c207d2c6d23144844db62b00c8991a03a (diff) | |
download | rpm-setup-a2ee6a6b2b1bb5bc44df4c91858c3f68e99f6c19.tar rpm-setup-a2ee6a6b2b1bb5bc44df4c91858c3f68e99f6c19.tar.gz rpm-setup-a2ee6a6b2b1bb5bc44df4c91858c3f68e99f6c19.tar.bz2 rpm-setup-a2ee6a6b2b1bb5bc44df4c91858c3f68e99f6c19.tar.xz rpm-setup-a2ee6a6b2b1bb5bc44df4c91858c3f68e99f6c19.zip |
add automatic kmod provides (based on work from Danny Tholen)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 31bc3fd..32b8587 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,6 +25,7 @@ pkg_scripts = \ http.req \ magic.prov \ magic.req \ + kmod.prov \ perl.prov \ perl.req \ php.prov \ |