From: <the...@us...> - 2006-05-08 17:09:00
|
Revision: 16159 Author: thekingant Date: 2006-05-07 21:47:56 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16159&view=rev Log Message: ----------- I think this will fix that error I just mentioned Modified Paths: -------------- trunk/gaim.spec.in Modified: trunk/gaim.spec.in =================================================================== --- trunk/gaim.spec.in 2006-05-08 04:45:41 UTC (rev 16158) +++ trunk/gaim.spec.in 2006-05-08 04:47:56 UTC (rev 16159) @@ -185,7 +185,7 @@ %install rm -rf %{buildroot} -if 0%{?_with_perlmakehack} +%if 0%{?_with_perlmakehack} make prefix=%{buildroot}%{_prefix} bindir=%{buildroot}%{_bindir} \ datadir=%{buildroot}%{_datadir} includedir=%{buildroot}%{_includedir} \ libdir=%{buildroot}%{_libdir} mandir=%{buildroot}%{_mandir} \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |