From 50f6195c21e5811d76c0ef510d0fbaf969953dd0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 5 May 1998 18:14:29 -0700
Subject: [PATCH] now builds lobotimized versions again (*sigh*)

Rev: bin/makedists:1.2
---
 bin/makedists | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/bin/makedists b/bin/makedists
index ec79ab597a..6ee6356391 100755
--- a/bin/makedists
+++ b/bin/makedists
@@ -31,14 +31,14 @@ PIKEDIR=`echo *`
 echo building $DIR/$BASE_TARFILE.tar.gz
 tar cf - $PIKEDIR | gzip -c9 >$DIR/$BASE_TARFILE-sweden.tar.gz
 
-#
-#( cd $PIKEDIR/src/modules/_Crypto ; ./.build_lobotomized_crypto )
-#rm -rf $PIKEDIR/src/modules/_Crypto
-#$PIKEDIR/src/run_autoconfig 
-#
-#echo building $DIR/$BASE_TARFILE-export.tar.gz
-#tar cf - $PIKEDIR | gzip -c9 >$DIR/$BASE_TARFILE-export.tar.gz
-#
+
+( cd $PIKEDIR/src/modules/_Crypto ; ./.build_lobotomized_crypto )
+rm -rf $PIKEDIR/src/modules/_Crypto
+$PIKEDIR/src/run_autoconfig 
+
+echo building $DIR/$BASE_TARFILE-export.tar.gz
+tar cf - $PIKEDIR | gzip -c9 >$DIR/$BASE_TARFILE-export.tar.gz
+
 
 cd /
 rm -rf $TMPDIR
-- 
GitLab