commit 1d3ea37243e62e366d681d490699543adfbcf018 from: Stefan Sperling date: Mon May 06 15:06:13 2024 UTC fix expected BINDIR when running gotd regress in release tarball sources commit - dab6d6fcbcba4b0f05c2297301e384ea58e26a33 commit + 1d3ea37243e62e366d681d490699543adfbcf018 blob - 4482c735241818f4fa534feaaf319e44c6d23018 blob + cb2a4fed7b7467995301b65285bcdb7dbaac38ad --- regress/gotd/Makefile +++ regress/gotd/Makefile @@ -36,7 +36,7 @@ GOTD_SOCK=${GOTD_DEVUSER_HOME}/gotd.sock .if "${GOT_RELEASE}" == "Yes" PREFIX ?= /usr/local -BINDIR ?= ${PREFIX}/bin +BINDIR ?= ${PREFIX}/sbin .else PREFIX ?= ${GOTD_TEST_USER_HOME} BINDIR ?= ${PREFIX}/bin