guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add mcelog.


From: Danny Milosavljevic
Subject: Re: [PATCH] gnu: Add mcelog.
Date: Wed, 14 Sep 2016 17:27:55 +0200

DESTDIR is a feature which lets you install into a tempdir. The idea is that 
you install it all there and then atomically replace the ORIGINAL version at 
the non-DESTDIR location.

It's very bad to set DESTDIR to out because the outdir is used after 
installation, too (your program will stay at that place). This is not expected 
by DESTDIR.

So for example let's say you'd have

DESTDIR=/tmp
PREFIX=/usr

.

Then for example a theme is first installed to /tmp/usr/share/themes (by make) 
- but after it's all done, the distribution is supposed to move it to 
/usr/share/themes atomically. The program will *always* (also when its still 
installed to /tmp/usr/share/themes) try to load its files from 
/usr/share/themes.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]