Browse Source

Fix a mistake in the symlink to the path of the supervise dir

master
Aitor 5 months ago
parent
commit
e7fc689c22
  1. 2
      configure.ac

2
configure.ac

@ -78,7 +78,7 @@ if test "x$with_supervisedir" = x ; then
if test "x$DEB_HOST_MULTIARCH" = x ; then
supervisedir="/run/runit/usbmount.supervise"
else
supervisedir="/run/runit/usbmount/supervise"
supervisedir="/run/runit/supervise/usbmount"
fi
else
supervisedir="$with_supervisedir"

Loading…
Cancel
Save