comparison gaim.spec.in @ 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 5750bdb4f778
comparison
equal deleted inserted replaced
13747:69d5cd3d0b4a 13748:3e58b20cded3
183 183
184 make %{?_smp_mflags} 184 make %{?_smp_mflags}
185 185
186 %install 186 %install
187 rm -rf %{buildroot} 187 rm -rf %{buildroot}
188 if 0%{?_with_perlmakehack} 188 %if 0%{?_with_perlmakehack}
189 make prefix=%{buildroot}%{_prefix} bindir=%{buildroot}%{_bindir} \ 189 make prefix=%{buildroot}%{_prefix} bindir=%{buildroot}%{_bindir} \
190 datadir=%{buildroot}%{_datadir} includedir=%{buildroot}%{_includedir} \ 190 datadir=%{buildroot}%{_datadir} includedir=%{buildroot}%{_includedir} \
191 libdir=%{buildroot}%{_libdir} mandir=%{buildroot}%{_mandir} \ 191 libdir=%{buildroot}%{_libdir} mandir=%{buildroot}%{_mandir} \
192 sysconfdir=%{buildroot}%{_sysconfdir} \ 192 sysconfdir=%{buildroot}%{_sysconfdir} \
193 install 193 install