Makefile
changeset 817 257a65e63780
parent 816 bbadb46574c4
child 886 74f10c613c59
equal deleted inserted replaced
816:bbadb46574c4 817:257a65e63780
   126 	rm -f ~/.xsession
   126 	rm -f ~/.xsession
   127 	ln -s ~/.xinitrc ~/.xsession
   127 	ln -s ~/.xinitrc ~/.xsession
   128 	rm -f ~/.bash_profile
   128 	rm -f ~/.bash_profile
   129 	ln -s ~/.bashrc ~/.bash_profile
   129 	ln -s ~/.bashrc ~/.bash_profile
   130 	command -v /usr/bin/mc || exit 0; \
   130 	command -v /usr/bin/mc || exit 0; \
   131 	v=`mc --version | sed 's|.*\([0-9]\+\.[0-9]\+\.[0-9]\+\)$$|\1|;q'`; \
   131 	v=`/usr/bin/mc --version | sed 's|.*\([0-9]\+\.[0-9]\+\.[0-9]\+\)$$|\1|;q'`; \
   132 	vmajor=$${v%%.*}; \
   132 	vmajor=$${v%%.*}; \
   133 	vminor=$${v#*.}; \
   133 	vminor=$${v#*.}; \
   134 	vminor=$${vminor%.*}; \
   134 	vminor=$${vminor%.*}; \
   135 	if [ $$vmajor -gt 4 -o '(' $$vmajor -eq 4 -a $$vminor -ge 8 ')' ]; then \
   135 	if [ $$vmajor -gt 4 -o '(' $$vmajor -eq 4 -a $$vminor -ge 8 ')' ]; then \
   136 		mkdir -p $(HOME)/.config/mc $(HOME)/.local/share/mc/; \
   136 		mkdir -p $(HOME)/.config/mc $(HOME)/.local/share/mc/; \