From eb5af36a055b06e1e03fe33a3c99e6c507b575d5 Mon Sep 17 00:00:00 2001 From: Dany LE Date: Tue, 2 Aug 2022 09:15:08 +0200 Subject: [PATCH] Update Makefile.am --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 775ba94..288ddec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,11 +54,11 @@ antd_LDADD = libantd.la sysconf_DATA = antd-config.ini install-data-local: - - install -c ant-d $(prefix)/bin - - [ -d /etc/systemd/system/ ] && cp antd.service /etc/systemd/system/ + - install -c ant-d $(DESTDIR)/$(prefix)/bin + - [ -d $(DESTDIR)/etc/systemd/system/ ] && cp antd.service $(DESTDIR)/etc/systemd/system/ #install-data-local: $(srcdir)/conf/config.file $(srcdir)/conf/sub1/config.file # mkdir $(sysconfdir)/conf # cp $(srcdir)/conf/config.file $(sysconfdir)/conf # mkdir $(sysconfdir)/conf/sub1 -# cp $(srcdir)/conf/sub1/config.file $(sysconfdir)/conf/sub1 \ No newline at end of file +# cp $(srcdir)/conf/sub1/config.file $(sysconfdir)/conf/sub1