Logoj0ke.net Open Build Service > Projects > multimedia > faad2 > Changes
Sign Up | Log In

Changes of Revision 17

[-] Changed faad2.spec
x
 
1
@@ -166,9 +166,9 @@
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