Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/repack-postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,15 @@ mkdir -p $DIST_DIR $TRG_DIR

rm -rf $PKG_DIR && mkdir -p $PKG_DIR


if [ "$PLATFORM_NAME" = "linux" ] ; then
tar -xzf $DIST_FILE -C $PKG_DIR
else
unzip -q -d $PKG_DIR $DIST_FILE
fi

cd $PKG_DIR/pgsql

rsync -a $PKG_DIR/../../../../../share/ $PKG_DIR/pgsql/share

if [ "$PLATFORM_NAME" = "darwin" ] ; then

Expand Down
Loading