From 95bb0e0b01ed83d982212851a50e53958bc7a44e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 23 May 2009 17:13:32 +0200 Subject: [PATCH] add source code comment about the previous change --- Makefile.plain | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.plain b/Makefile.plain index 43310b55..6f8185db 100644 --- a/Makefile.plain +++ b/Makefile.plain @@ -37,6 +37,9 @@ install: install-check @[ -f $(HOME)/.jhbuildrc ]||echo "Don't forget to create ~/.jhbuildrc" install -m755 install-check $(bindir)/install-check + # if ~/bin/jbuild exists, it is most likely an old version, and it will + # not work; so rename it and install a symlink to the new version + # instead. @if [ -e "$(HOME)/bin/jhbuild" ] && [ ! $(bindir) -ef $(HOME)/bin ]; then \ mv "$(HOME)/bin/jhbuild" "$(HOME)/bin/jhbuild.old" ; \ ln -s $(bindir)/jhbuild "$(HOME)/bin/jhbuild" ; \ -- 2.11.4.GIT