Re: [Libreoffice] Unifying dev-install

2011-05-23 Thread Michael Meeks
On Sun, 2011-05-22 at 16:44 +0200, Bjoern Michaelsen wrote: > Opinions? Looks good to me ;-) but then I always run ooinstall manually myself. I assume that smoketest is headless these days and doesn't flash up annoying GUI windows and/or block for user input on any platform ? ATB

Re: [Libreoffice] Unifying dev-install

2011-05-23 Thread Cedric Bosdonnat
On Sun, 2011-05-22 at 16:44 +0200, Bjoern Michaelsen wrote: > The attached patch makes "dev-install" use smoketest to create an > installation. This has another advantage: Sometimes people seem to > "forget" *cough* *cough* to run smoketest(*), and this will > conveniently take care of that for the

[Libreoffice] Unifying dev-install

2011-05-22 Thread Bjoern Michaelsen
Hi all, "make dev-install" is doing something rather annoying: It installs another copy of LibreOffice next to the one created by the smoketest. Someone running smoketest (and everyone should, as you know) and dev-install will end up with two copies of a full LibreOffice installation. The attache