Changes of Revision 17
[-] | Changed | faad2.spec |
x 1
2 %install 3 [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} 4 cd ../faad2 5 -%makeinstall 6 +%__make DESTDIR=%{buildroot} install 7 cd - 8 -%makeinstall 9 +%__make DESTDIR=%{buildroot} install 10 %{__install} -m 644 common/mp4ff/mp4ff.h %{buildroot}%{_includedir}/ 11 %{__install} -m 644 common/mp4ff/mp4ff_int_types.h %{buildroot}%{_includedir}/ 12 13 |