]> git.pld-linux.org Git - packages/emirror.git/commitdiff
- typo emirror-2_1_17-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 9 Sep 2000 18:12:44 +0000 (18:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- install directory for HTML reports

Changed files:
    emirror.spec -> 1.19

emirror.spec

index e0c094bff9ee7799de43a4c4ca64b34a785c9111..ac3c70c6c62c8af35559dbe44943231ee1d6c3d2 100644 (file)
@@ -27,12 +27,14 @@ Program do mirrorowania FTP.
 %build
 autoconf
 %configure \
-       --with-htmldir=/home/httpd/html
+       --with-htmldir=/home/httpd/html/mirrors
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT/home/httpd/html/mirrors
+
 gzip -9nf doc/* $RPM_BUILD_ROOT%{_mandir}/man1/*
 
 %clean
@@ -41,6 +43,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc doc/*
+%dir /home/httpd/html/mirrors
 %config(noreplace) %{_sysconfdir}/emirror
 %attr(755,root,root) %{_bindir}/*
 %{_libdir}/emirror
This page took 0.072647 seconds and 4 git commands to generate.