aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/postgresql/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/postgresql/build.sh')
-rw-r--r--projects/postgresql/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/postgresql/build.sh b/projects/postgresql/build.sh
index dd6dd8cc..0cc58006 100644
--- a/projects/postgresql/build.sh
+++ b/projects/postgresql/build.sh
@@ -25,8 +25,7 @@ cd src/backend/fuzzer
su fuzzuser -c "make createdb"
chown -R root .
mv temp/data .
-tar -czvf data.tar.gz data/
-cp data.tar.gz $OUT/
+cp -r data $OUT/
cd ../../..
cp -r tmp_install $OUT/
make clean