Changes of Revision 86
[-] | Changed | ix-inventory-system.spec |
x 1
2 %__install -D -m644 %{S:1} %{buildroot}%{_sysconfdir}/%{pkgname}.conf 3 %__install -d %{buildroot}/%{wwwdir} 4 %__install -D -m755 client/ix-functions.sh %{buildroot}%{_sysconfdir}/inventory-system.d/ix-functions.sh 5 +%__install -D -m755 client/cpu-mem-functions.sh %{buildroot}%{_sysconfdir}/inventory-system.d/cpu-mem-functions.sh 6 +%__install -D -m755 client/hdd-functions.sh %{buildroot}%{_sysconfdir}/inventory-system.d/hdd-functions.sh 7 %__install -m644 server/*.php %{buildroot}/%{wwwdir}/ 8 9 %clean 10
11 %{_sbindir}/%{pkgname} 12 %dir %{_sysconfdir}/inventory-system.d 13 %{_sysconfdir}/inventory-system.d/ix-functions.sh 14 +%{_sysconfdir}/inventory-system.d/cpu-mem-functions.sh 15 +%{_sysconfdir}/inventory-system.d/hdd-functions.sh 16 17 %files server 18 %defattr(-,root,root) 19 |