]> git.pld-linux.org Git - packages/dante.git/blobdiff - dante.spec
- removed using %%{__install} macro.
[packages/dante.git] / dante.spec
index 93bc16bdc5806f9f056c90ce99ddccd07340e163..2a2be51e6edc559464601c41b3d71e513fa8782d 100644 (file)
@@ -80,13 +80,13 @@ Statyczne biblioteki socks.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__install} -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/rc.d/init.d}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/rc.d/init.d}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-%{__install} example/sock{s,d}.conf ${RPM_BUILD_ROOT}%{_sysconfdir}
+install example/sock{s,d}.conf ${RPM_BUILD_ROOT}%{_sysconfdir}
 
-%{__install} %{SOURCE1} ${RPM_BUILD_ROOT}/etc/rc.d/init.d/sockd
+install %{SOURCE1} ${RPM_BUILD_ROOT}/etc/rc.d/init.d/sockd
 
 gzip -9nf BUGS CREDITS LICENSE NEWS README SUPPORT TODO
 
This page took 0.061279 seconds and 4 git commands to generate.