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:
authorCyrill Gorcunov <gorcunov@virtuozzo.com>2016-04-15 21:10:00 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-07-05 23:18:15 +0300
commit820c9d06ce3906eea1dcc5500187fa52c77f7315 (patch)
tree7baf29a7f19636c73168c9ee861321ce7fe5eaaa /Makefile.install
parent10ffc78dfb668018b14253744cc648a30ac71739 (diff)
autofs: install -- Ship scripts/systemd-autofs-restart.sh
This will be installed into $(prefix)/libexec/criu/scripts. Signed-off-by: Cyrill Gorcunov <gorcunov@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'Makefile.install')
-rw-r--r--Makefile.install4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.install b/Makefile.install
index b3f555121..e3dd55141 100644
--- a/Makefile.install
+++ b/Makefile.install
@@ -9,6 +9,7 @@ SYSTEMDUNITDIR ?= $(PREFIX)/lib/systemd/system/
LOGROTATEDIR ?= $(PREFIX)/etc/logrotate.d/
LIBDIR ?= $(PREFIX)/lib
INCLUDEDIR ?= $(PREFIX)/include/criu
+LIBEXECDIR ?= $(PREFIX)/libexec
#
# For recent Debian/Ubuntu with multiarch support.
@@ -24,12 +25,13 @@ else
endif
export BINDIR SBINDIR MANDIR SYSTEMDUNITDIR LOGROTATEDIR
-export INCLUDEDIR LIBDIR DESTDIR PREFIX
+export INCLUDEDIR LIBDIR DESTDIR PREFIX LIBEXECDIR
install-tree:
$(Q) mkdir -p $(DESTDIR)$(SYSTEMDUNITDIR)
$(Q) mkdir -p $(DESTDIR)$(LOGROTATEDIR)
$(Q) mkdir -p $(DESTDIR)$(INCLUDEDIR)
+ $(Q) mkdir -p $(DESTDIR)$(LIBEXECDIR)
.PHONY: install-tree
install-man: