13 lines
486 B
Diff
13 lines
486 B
Diff
diff -up opencryptoki-3.25.0/configure.ac.me opencryptoki-3.25.0/configure.ac
|
|
--- opencryptoki-3.25.0/configure.ac.me 2025-07-09 16:20:51.825293158 +0200
|
|
+++ opencryptoki-3.25.0/configure.ac 2025-07-09 16:23:42.416757050 +0200
|
|
@@ -322,7 +322,7 @@ case "${host_os}" in
|
|
esac
|
|
|
|
dnl Define custom variables
|
|
-lockdir=${localstatedir}/lock/opencryptoki
|
|
+lockdir=/run/lock/opencryptoki
|
|
logdir=${localstatedir}/log/opencryptoki
|
|
|
|
dnl runstatedir is only defined starting from autoconf 2.70
|