From ba0ab70dfcd9969ae820bbcdc10d3b69c8b0610b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Wed, 5 Aug 1998 15:44:29 -0700 Subject: [PATCH] doesn't delete postgres module anymore Rev: bin/makedists:1.4 --- bin/makedists | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/makedists b/bin/makedists index bab5d48660..0b8956d8e0 100755 --- a/bin/makedists +++ b/bin/makedists @@ -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 -- GitLab