Makefile
changeset 816 bbadb46574c4
parent 802 d8ba282954cd
child 817 257a65e63780
equal deleted inserted replaced
815:ccdb84df15b7 816:bbadb46574c4
   125 	chmod a+x ~/.xinitrc ~/.xserverrc
   125 	chmod a+x ~/.xinitrc ~/.xserverrc
   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 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=`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 \