On Sun, Dec 18, 2011 at 3:31 PM, Reindl Harald <h.rei...@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.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to