Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKir Kolyshkin <kir@openvz.org>2016-12-14 05:19:00 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-12-21 11:23:02 +0300
commit3ed868b3c3ded23e07ea8fc17442870e7ad12848 (patch)
tree905bf8e9198adb1e8a271ef5a5f25e2339ed14ea /Makefile.install
parentff728932e33b3041ed4fecfcb9ed65ff7778e466 (diff)
Makefile.install: DESTDIR should be empty
DESTDIR is mostly used by packagers (such as from rpm spec or deb rules), or just to try installation, and normally should be left unset/empty. Setting it to / looks weird to me. Besides, by leaving it empty we are making sure everything works if DESTDIR is not set. Fix INSTALL.md accordingly. travis-ci: success for Makefile.install: DESTDIR should be empty CC: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Kir Kolyshkin <kir@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'Makefile.install')
-rw-r--r--Makefile.install1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.install b/Makefile.install
index 939bcf9cb..58c0fcca3 100644
--- a/Makefile.install
+++ b/Makefile.install
@@ -1,6 +1,5 @@
#
# Installation paths.
-DESTDIR ?= /
PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin
SBINDIR ?= $(PREFIX)/sbin