Re: svnmucc installation bug in Subversion 1.8.0

2013-06-22 Thread Nico Kadel-Garcia
On Fri, Jun 21, 2013 at 4:45 AM, Philip Martin wrote: > Nico Kadel-Garcia writes: > >> # Compatibility symlink. >> # This runs after the target of the same name in build-outputs.mk. >> INSTALL_EXTRA_TOOLS=\ >> $(MKDIR) $(DESTDIR)$(bindir); \ >> test -n "$$SVN_SVNMUCC_IS_SVNSYITF" && \ >> ln

Re: svnmucc installation bug in Subversion 1.8.0

2013-06-21 Thread Philip Martin
Nico Kadel-Garcia writes: > # Compatibility symlink. > # This runs after the target of the same name in build-outputs.mk. > INSTALL_EXTRA_TOOLS=\ > $(MKDIR) $(DESTDIR)$(bindir); \ > test -n "$$SVN_SVNMUCC_IS_SVNSYITF" && \ > ln -sf svnmucc$(EXEEXT) $(DESTDIR)$(bindir)/svnsyitf$(EXEEXT); \ >