From 28ad3f74433c5fdae348e8e388f764c243725958 Mon Sep 17 00:00:00 2001 From: pmp-p Date: Mon, 26 Aug 2024 12:09:44 +0200 Subject: [PATCH] paths --- cibuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cibuild.sh b/cibuild.sh index 07dfd56e..f45b79af 100755 --- a/cibuild.sh +++ b/cibuild.sh @@ -212,8 +212,8 @@ END END fi - mkdir -p ${PGROOT}/include/postgresql ${PGROOT}/include/postgresql/server - cp ${PG_DEBUG_HEADER} + mkdir -p ${PGROOT}/include/postgresql/server + cp ${PG_DEBUG_HEADER} ${PGROOT}/include/ cp ${PG_DEBUG_HEADER} ${PGROOT}/include/postgresql cp ${PG_DEBUG_HEADER} ${PGROOT}/include/postgresql/server