commit 7655e3a9fea630006c08f23ebde7a8d66ef1c3ec from: Stefan Sperling via: Thomas Adam date: Mon May 06 21:33:52 2024 UTC fix expected BINDIR when running gotd regress in release tarball sources commit - b920a2b299ca76844708c217f71901f1c8d4bc23 commit + 7655e3a9fea630006c08f23ebde7a8d66ef1c3ec 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