diff options
author | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2010-03-21 03:41:53 +0000 |
---|---|---|
committer | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2010-03-21 03:41:53 +0000 |
commit | 9b6e7da47e8a648ea39281a2f7b037c69f1befbc (patch) | |
tree | fdc843d61d18acafc6bb12615185a208bcbdbbe3 /Makefile.am | |
parent | 7b1110dddfc104f986bd979d5a411c713dd0962d (diff) | |
download | rpm-setup-9b6e7da47e8a648ea39281a2f7b037c69f1befbc.tar rpm-setup-9b6e7da47e8a648ea39281a2f7b037c69f1befbc.tar.gz rpm-setup-9b6e7da47e8a648ea39281a2f7b037c69f1befbc.tar.bz2 rpm-setup-9b6e7da47e8a648ea39281a2f7b037c69f1befbc.tar.xz rpm-setup-9b6e7da47e8a648ea39281a2f7b037c69f1befbc.zip |
add rubygem(...) dependency extractor (disabled for now)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4ea55e1..f89860d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,8 @@ pkg_scripts = \ perl.req-from-meta \ php.prov \ php.req \ - pkgconfigdeps.sh + pkgconfigdeps.sh \ + rubygems.rb pkg_gscripts = \ find-provides \ |