libreoffice DESTDIR install question
Bjoern Michaelsen
bjoern.michaelsen at canonical.com
Tue Oct 20 08:07:17 PDT 2015
Hi,
On Tue, Oct 20, 2015 at 03:57:41PM +0100, sibu wrote:
> I want to to a test install before committing.
> Can one do
> make DESTDIR=/someplace install
> for libreoffie-5.0.2.2?
for most scenario except tweaking the installation scripts that should not be
needed, as:
./instdir
already contains a fully runnable installation that is populated on the fly
during the build.
If you need to test an installation, doing
make test-install
will run the install script and create a copy in
./test-install
(or whatever you put in TESTINSTALLDIR=).
Make install will use whatever you passed into the various destination switches of
./configure (or ./autogen.sh).
Best,
Bjoern
More information about the LibreOffice
mailing list