# HG changeset patch # User Oleksandr Gavenko # Date 1281100204 -10800 # Node ID af9a0019fa66db742a4119360434aec06f3c2235 # Parent afa75cfe3d1784723c572f5b09ebd25f427e334c Remove from install process coping of nonexistent file. diff -r afa75cfe3d17 -r af9a0019fa66 Makefile --- a/Makefile Fri Aug 06 16:03:36 2010 +0300 +++ b/Makefile Fri Aug 06 16:10:04 2010 +0300 @@ -50,7 +50,6 @@ done mkdir -p $(HOME)/.mc install -m 640 .mc/bashrc $(HOME)/.mc - install -m 640 .mc/ini $(HOME)/.mc ifeq '$(host_os)' 'windows' install -m 640 .mc/bindings.cygwin $(HOME)/.mc/bindings else