Makefile
changeset 449 63fe7a1ebae4
parent 443 fa394c932c09
child 458 1a122fdb2003
--- a/Makefile	Sat May 05 00:21:14 2012 +0300
+++ b/Makefile	Wed May 09 22:39:39 2012 +0300
@@ -93,6 +93,8 @@
 	chmod a+x ~/.xinitrc ~/.xserverrc
 	rm -f ~/.xsession
 	ln -s ~/.xinitrc ~/.xsession
+	rm -f ~/.bash_profile
+	ln -s ~/.bashrc ~/.bash_profile
 	v=`mc --version | sed 's|.*\([0-9]\+\.[0-9]\+\.[0-9]\+\)$$|\1|;q'`; \
 	vmajor=$${v%%.*}; \
 	vminor=$${v#*.}; \