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