]> git.pld-linux.org Git - packages/emirror.git/blobdiff - emirror.spec
- /home -> /home/services
[packages/emirror.git] / emirror.spec
index e9eda687dda62ca51bf2b87ec19057f8fedcbd98..f12bbeb5e499624bb0e4a6da8ee8c6fa96f6e6cc 100644 (file)
@@ -28,11 +28,11 @@ Program do mirrorowania FTP.
 %{__aclocal}
 %{__autoconf}
 %configure \
-       --with-htmldir=/home/httpd/html/mirrors
+       --with-htmldir=/home/services/httpd/html/mirrors
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/home/httpd/html/mirrors
+install -d $RPM_BUILD_ROOT/home/services/httpd/html/mirrors
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
@@ -42,8 +42,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc doc/*
-%dir /home/httpd/html/mirrors
-/home/httpd/html/mirrors/*
+%dir /home/services/httpd/html/mirrors
+/home/services/httpd/html/mirrors/*
 %config(noreplace) %{_sysconfdir}/emirror
 %attr(755,root,root) %{_bindir}/*
 %{_libdir}/emirror
This page took 0.07321 seconds and 4 git commands to generate.