rpmbuild for arachni (ruby-package)

T.C. Hollingsworth tchollingsworth at gmail.com
Sun Dec 18 22:54:52 UTC 2011


On Sun, Dec 18, 2011 at 3:31 PM, Reindl Harald <h.reindl at thelounge.net> wrote:
> %install
> rm -rf $RPM_BUILD_ROOT
> install -d -m0755 %{buildroot}%{ruby_sitelib}
> install -d -m0755 %{buildroot}%{ruby_sitearch}

It isn't installing anything!  Just creating empty ruby library
directories.  You need "rake install DESTDIR=%{buildroot}" here or
something similar.

-T.C.


More information about the devel mailing list