Skip to content
Snippets Groups Projects
Commit ba0ab70d authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

doesn't delete postgres module anymore

Rev: bin/makedists:1.4
parent facd31fa
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ gzip -cd $FULL_TARFILE | tar xvf -
PIKEDIR=`echo *`
( cd $PIKEDIR/src/modules ; rm -rf Odbc Oracle Postgres )
( cd $PIKEDIR/src/modules ; rm -rf Odbc Oracle )
echo building $DIR/$BASE_TARFILE-sweden.tar.gz
tar cf - $PIKEDIR | gzip -c9 >$DIR/$BASE_TARFILE-sweden.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment