On 02/07/2007, Michael Albinus wrote: > Leo <[EMAIL PROTECTED]> writes: > >> *WARNING*: Tramp from CVS 20070630 will overwrite the 'dir' file in your >> infodir. >> >> ,----[ make install ] >> | ...... >> | cp dir_sample ../info/dir >> | install-info --quiet --info-dir=../info/ ../info/tramp; >> | mkdir -p /usr/local/share/emacs/info// >> | install -m644 ../info/tramp /usr/local/share/emacs/info/ >> | mkdir -p /usr/local/share/emacs/info// >> | cp dir_sample /usr/local/share/emacs/info//dir >> | install-info --quiet --info-dir=/usr/local/share/emacs/info// >> | /usr/local/share/emacs/info//tramp; >> | make[1]: Leaving directory `/home/leo/emacs-src/tramp/texi' >> `---- > > The Makefile checks whether INFODIR exists. Only in case it doesn't, it > tries to create that directory, and it copies "dir".
Both the directory and 'dir' file exist in my case. Still it was overwritten. > > In my case, I see: > > ,----[ make install ] > | ...... > | make[1]: Entering directory `/tmp/tramp/texi' > | /usr/sbin/install-info --quiet --info-dir=../info/ ../info/tramp; > | install -m644 ../info/tramp /usr/local/share/info > | /usr/sbin/install-info --quiet --info-dir=/usr/local/share/info/ > /usr/local/share/info/tramp; > | make[1]: Leaving directory `/tmp/tramp/texi' > `---- > > Could you, please, check it? How can I check it? After it was overwritten, the subsequent 'make install' does not overwrite it any more. >> Best, > > Best regards, Michael. -- Leo <sdl.web AT gmail.com> (GPG Key: 9283AA3F) _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
