From 9ccab34feb042ccf309d361dab14e93ed095fc69 Mon Sep 17 00:00:00 2001 From: Dany LE Date: Tue, 2 Aug 2022 09:10:48 +0200 Subject: [PATCH] Update Makefile.am --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7310ec3..42a6be9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,9 +9,9 @@ runner_SOURCES = runner.c #sysconf_DATA = runner.ini install-data-local: - - cp runner.ini $(prefix)/ - - cp runnerd $(prefix)/bin - - [ -d /etc/systemd/system/ ] && cp antd-tunnel-publisher.service /etc/systemd/system/ + - cp runner.ini $(DESTDIR)/$(prefix)/ + - cp runnerd $(DESTDIR)/$(prefix)/bin + - [ -d $(DESTDIR)/etc/systemd/system/ ] && cp antd-tunnel-publisher.service $(DESTDIR)/etc/systemd/system/ EXTRA_DIST = runner.ini runnerd tunnel.h antd-tunnel-publisher.service log.h @@ -19,4 +19,4 @@ SUBDIRS = . vterm wfifo syslog broadcast if ENABLE_CAM SUBDIRS += v4l2cam -endif \ No newline at end of file +endif