--- a/test/configure2 Thu Nov 13 18:30:51 2025 +0100 +++ b/test/configure2 Thu Nov 13 18:46:08 2025 +0100 @@ -212,8 +212,6 @@ if [ -z "$sysconfdir" ]; then if [ "$prefix" = '/usr' ]; then sysconfdir='/etc' - elif [ "$prefix" = '/opt' ]; then - sysconfdir='/etc/opt' else sysconfdir='${prefix}/etc' fi @@ -221,8 +219,6 @@ if [ -z "$localstatedir" ]; then if [ "$prefix" = '/usr' ]; then localstatedir='/var' - elif [ "$prefix" = '/opt' ]; then - localstatedir='/var/opt' else localstatedir='${prefix}/var' fi @@ -230,8 +226,6 @@ if [ -z "$runstatedir" ]; then if [ "$prefix" = '/usr' ]; then runstatedir='/var/run' - elif [ "$prefix" = '/opt' ]; then - runstatedir='/var/run/opt' else runstatedir='${prefix}/var' fi