Skip to content

Commit 81e502e

Browse files
authored
add pgpartman (#1)
1 parent 581172c commit 81e502e

File tree

3 files changed

+7966
-1
lines changed

3 files changed

+7966
-1
lines changed

scripts/repack-postgres.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,15 @@ mkdir -p $DIST_DIR $TRG_DIR
6767

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

70+
7071
if [ "$PLATFORM_NAME" = "linux" ] ; then
7172
tar -xzf $DIST_FILE -C $PKG_DIR
7273
else
7374
unzip -q -d $PKG_DIR $DIST_FILE
7475
fi
7576

7677
cd $PKG_DIR/pgsql
77-
78+
rsync -a $PKG_DIR/../../../../../share/ $PKG_DIR/pgsql/share
7879

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

0 commit comments

Comments
 (0)