# HG changeset patch # User Oleksandr Gavenko # Date 1485289092 -7200 # Node ID bbadb46574c4e029043f3eac718449467a139969 # Parent ccdb84df15b76a0265c3c390c9599a057d9f7238 Fix: Under Windows there is mc command that is Macro Compiler. diff -r ccdb84df15b7 -r bbadb46574c4 Makefile --- a/Makefile Tue Jan 24 22:14:45 2017 +0200 +++ b/Makefile Tue Jan 24 22:18:12 2017 +0200 @@ -127,7 +127,7 @@ ln -s ~/.xinitrc ~/.xsession rm -f ~/.bash_profile ln -s ~/.bashrc ~/.bash_profile - command -v mc || exit 0; \ + command -v /usr/bin/mc || exit 0; \ v=`mc --version | sed 's|.*\([0-9]\+\.[0-9]\+\.[0-9]\+\)$$|\1|;q'`; \ vmajor=$${v%%.*}; \ vminor=$${v#*.}; \