Hello all,
there's a little typo in the Makefile for the install-online option.
The symb link for BackupAll cmd already exists, then the installation fails because the ln command tries to create again the link.
I think the arg for ln command should be "-s -f", not "-s"
-f is included in IEEE 1003.1 but it is not a clean installationroutine if it doesn't detect old software. Therefore we replaced "test -f" by "test -e" which should avoid the problem. This fix is already commited.
Michael -- ------------------------------------------------------------------- Michael Bell Email: [EMAIL PROTECTED] ZE Computer- und Medienservice Tel.: +49 (0)30-2093 2482 (Computing Centre) Fax: +49 (0)30-2093 2704 Humboldt-University of Berlin Unter den Linden 6 10099 Berlin Email (private): [EMAIL PROTECTED] Germany http://www.openca.org
------------------------------------------------------- This SF.net email is sponsored by Dice.com. Did you know that Dice has over 25,000 tech jobs available today? From careers in IT to Engineering to Tech Sales, Dice has tech jobs from the best hiring companies. http://www.dice.com/index.epl?rel_code=104 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
