]> git.pld-linux.org Git - packages/amavis.git/commitdiff
- added /var/spool/virus
authorbonkey <bonkey@bonkey.pl.eu.org>
Thu, 8 Mar 2001 22:45:06 +0000 (22:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavis.spec -> 1.3

amavis.spec

index 2bd2cff4bb212687d451db6e617ad82ef1abf786..8b03eced718c7274f428aa3dbb2fb0b43f5903f0 100644 (file)
@@ -36,11 +36,12 @@ A Mail Virus Scanner for Linux and other UN*X based platforms.
 #autoconf
 #automake
 %configure --enable-sendmail=%{_sbindir}/sendmail \
-       --with-virusdir=/var/spool/virus
+       --with-virusdir=/var/spool/virus 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/var/spool/virus
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %files
@@ -49,7 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/zipsecure
 %attr(755,root,root) %{_sbindir}/scanmails
 %doc AUTHORS COPYING README* BUGS FAQ
-%doc doc/amavis.html doc/amavis.txt doc/amavis.gif
+%doc doc/amavis.html doc/amavis.txt
+# %dir /var/spool/virus
+%attr(1755,root,root) /var/spool/virus
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.08396 seconds and 4 git commands to generate.