Changes of Revision 6
[-] | Changed | iperf.spec |
1
2 3 %install 4 rm -rf %{buildroot} 5 -%make DESTDIR=%{buildroot} install 6 +%__make DESTDIR=%{buildroot} install 7 install -D -m 0755 %{SOURCE1} %{buildroot}/etc/init.d/iperf 8 install -D -m 0644 %{SOURCE2} %{buildroot}/var/adm/fillup-templates/sysconfig.iperf 9 install -d %{buildroot}/usr/sbin 10 |