diff options
author | Araq <rumpf_a@web.de> | 2012-01-18 00:00:51 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-01-18 00:00:51 +0100 |
commit | e92693ec8df1c6b2e4a833e72e18037cd9880b8c (patch) | |
tree | 6753e9f9dab81d0f93ba57ff34849f7a2c869bdd | |
parent | 78f4aacde9e79e9a13b17dc2a3709d5f09a0ae0b (diff) | |
download | Nim-e92693ec8df1c6b2e4a833e72e18037cd9880b8c.tar.gz |
rebuilt C sources for bootstrapping
-rwxr-xr-x | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh index 6c0c2082d..598787e6f 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 |