From 45aa274a9eb7bad22530d346c20da18a4325da09 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 15 Dec 2022 10:45:54 +0000 Subject: [PATCH] Fix path. --- pkg/redhat/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/redhat/build.sh b/pkg/redhat/build.sh index 986bed1ff..8e6287036 100755 --- a/pkg/redhat/build.sh +++ b/pkg/redhat/build.sh @@ -10,7 +10,7 @@ OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F "=" '{ print $2 }' | s OS_ARCH=$(arch) # Make sure we get the right libpq -export PATH=/usr/pgsql-14/bin:$PATH +export PATH=/usr/pgsql-15/bin:$PATH # Stop creating pyc files. export PYTHONDONTWRITEBYTECODE=1