From e7fc689c2291aad28080f0b89f64112f7337c576 Mon Sep 17 00:00:00 2001 From: Aitor Cuadrado Zubizarreta Date: Tue, 27 Dec 2022 13:01:52 +0100 Subject: [PATCH] Fix a mistake in the symlink to the path of the supervise dir --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 99d6cc9..b9b92ab 100644 --- a/configure.ac +++ b/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"