Mercurial > pidgin.yaz
changeset 13748:3e58b20cded3
[gaim-migrate @ 16159]
I think this will fix that error I just mentioned
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 08 May 2006 04:47:56 +0000 |
parents | 69d5cd3d0b4a |
children | e4a4983752a9 |
files | gaim.spec.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gaim.spec.in Mon May 08 04:45:41 2006 +0000 +++ b/gaim.spec.in Mon May 08 04:47:56 2006 +0000 @@ -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} \