Skip to content

Commit

Permalink
paths
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Aug 26, 2024
1 parent dfc2ebe commit 28ad3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 28ad3f7

Please sign in to comment.