We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b2bc3 commit 986a8e3Copy full SHA for 986a8e3
postgres-appliance/build_scripts/base.sh
@@ -183,7 +183,8 @@ for version in $DEB_PG_SUPPORTED_VERSIONS; do
183
pg_permissions-${PG_PERMISSIONS_COMMIT} \
184
pg_profile-${PG_PROFILE} \
185
"${EXTRA_EXTENSIONS[@]}"; do
186
- make -C "$n" USE_PGXS=1 clean install-strip
+ PATH="/usr/lib/postgresql/$version/bin:$PATH" make -C "$n" USE_PGXS=1 clean
187
+ PATH="/usr/lib/postgresql/$version/bin:$PATH" make -C "$n" USE_PGXS=1 install-strip
188
done
189
190
0 commit comments