Skip to content

Commit 81bcff9

Browse files
committed
Fix dir
1 parent 587ac3d commit 81bcff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/unix/library/net_snmp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ protected function build(): void
2020
'--with-sys-contact="@@no.where"',
2121
'--with-sys-location="Unknown"',
2222
'--with-logfile="/var/log/snmpd.log"',
23-
'--with-persistent-directory="/var/net-snmp"',
23+
'--with-persistent-directory="/var/lib/net-snmp"',
2424
'--with-openssl=' . BUILD_ROOT_PATH,
2525
'--with-zlib=' . BUILD_ROOT_PATH,
2626
)->make(with_install: 'installheaders installlibs install_pkgconfig');

0 commit comments

Comments
 (0)