Changes of Revision 5
[-] | Changed | xen-shell.spec |
1
2 rm -rf %{buildroot} 3 %{__install} -m 755 -d %{buildroot}%{_bindir} 4 %{__install} -m 755 -d %{buildroot}%{_mandir}/man1 5 +%{__install} -m 755 -d %{buildroot}%{_sysconfdir}/bash_completion.d 6 +%{__install} -m 755 -d %{buildroot}%{_sysconfdir}/%{name} 7 make install DESTDIR=%{buildroot} 8 9 10 |