]> git.pld-linux.org Git - packages/clamav.git/commitdiff
Rel 2; set database directory correctly auto/th/clamav-0.104.0-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 3 Nov 2021 11:48:47 +0000 (12:48 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 3 Nov 2021 11:49:02 +0000 (12:49 +0100)
clamav.spec

index 4a3cbe03233b9079155da945ee758c84f7a3ebb1..e034e0f0fa004f73510230037974eca7de73a7b4 100644 (file)
@@ -20,7 +20,7 @@ Summary:      An anti-virus utility for Unix
 Summary(pl.UTF-8):     Narzędzie antywirusowe dla Uniksów
 Name:          clamav
 Version:       0.104.0
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Daemons
 #Source0Download: http://www.clamav.net/download
@@ -234,6 +234,7 @@ cd build
        -DENABLE_FRESHCLAM_NO_CACHE=ON \
        -DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/%{name} \
        -DAPP_CONFIG_DIRECTORY=%{_sysconfdir} \
+       -DDATABASE_DIRECTORY="/var/lib/%{name}" \
        ..
 %{__make}
 
This page took 0.097261 seconds and 4 git commands to generate.