From 05d17245b847aceae2021e4352c31622cc24207e Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 16 Mar 2011 19:53:54 +0000 Subject: [PATCH] Add `ulimit -n 2048'. --- bootstrap.fink | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.fink b/bootstrap.fink index 3f4724b..971abb1 100755 --- a/bootstrap.fink +++ b/bootstrap.fink @@ -29,6 +29,8 @@ fink install wget --with-site-libraries=/sw/lib \ --with-canna +ulimit -n 2048 + make -e SUDO=sudo install-base cd chise-fonts-installer/TrueType && make build-arphic \ -- 1.7.10.4