From e92693ec8df1c6b2e4a833e72e18037cd9880b8c Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 18 Jan 2012 00:00:51 +0100 Subject: [PATCH] rebuilt C sources for bootstrapping --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6c0c2082d6..598787e6f7 100755 --- a/install.sh +++ b/install.sh @@ -166,8 +166,8 @@ if [ $# -eq 1 ] ; then chmod 644 $libdir/prelude.nim cp lib/system.nim $libdir/system.nim || exit 1 chmod 644 $libdir/system.nim - cp lib/nimrtl.cfg $libdir/nimrtl.cfg || exit 1 - chmod 644 $libdir/nimrtl.cfg + cp lib/nimrtl.nimrod.cfg $libdir/nimrtl.nimrod.cfg || exit 1 + chmod 644 $libdir/nimrtl.nimrod.cfg cp lib/system/alloc.nim $libdir/system/alloc.nim || exit 1 chmod 644 $libdir/system/alloc.nim cp lib/system/ansi_c.nim $libdir/system/ansi_c.nim || exit 1