From 478b640135c49ed170debd6a85926e972f8177ac Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Tue, 23 Jul 2019 23:12:08 +0900 Subject: [PATCH] fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 807ad0c..8bc0c7f 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ install: gzip -c oom-sort.1 > $(DESTDIR)$(MANDIR)/oom-sort.1.gz -install -d $(DESTDIR)$(SYSTEMDUNITDIR) - -sed "s|:TARGET_BIN:|$(DESTDIR)$(BINDIR)|g;s|:TARGET_CONF:|$(DESTDIR)$(CONFDIR)|g" nohang.service.in > nohang.service + -sed "s|:TARGET_BIN:|$(BINDIR)|g;s|:TARGET_CONF:|$(CONFDIR)|g" nohang.service.in > nohang.service -install -m0644 nohang.service $(DESTDIR)$(SYSTEMDUNITDIR)/nohang.service -rm -fv nohang.service -chcon -t systemd_unit_file_t $(DESTDIR)$(SYSTEMDUNITDIR)/nohang.service