test/configure

changeset 161
3d1cd23f88f7
parent 160
3644d06f60d4
child 165
f4f11f755ee7
--- a/test/configure	Thu Nov 13 18:30:51 2025 +0100
+++ b/test/configure	Thu Nov 13 18:46:08 2025 +0100
@@ -214,8 +214,6 @@
 if [ -z "$sysconfdir" ]; then
     if [ "$prefix" = '/usr' ]; then
         sysconfdir='/etc'
-    elif [ "$prefix" = '/opt' ]; then
-        sysconfdir='/etc/opt'
     else
         sysconfdir='${prefix}/etc'
     fi
@@ -223,8 +221,6 @@
 if [ -z "$localstatedir" ]; then
     if [ "$prefix" = '/usr' ]; then
         localstatedir='/var'
-    elif [ "$prefix" = '/opt' ]; then
-        localstatedir='/var/opt'
     else
         localstatedir='${prefix}/var'
     fi
@@ -232,8 +228,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

mercurial