set mode 0644 on service unit

Signed-off-by: Seth Jennings <sjenning@redhat.com>
This commit is contained in:
Seth Jennings 2015-06-03 09:09:07 -05:00
parent 743f70f002
commit 740163ae12
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ all:
install: all
$(INSTALL) -d $(SYSTEMDDIR)
$(INSTALL) kpatch.service $(SYSTEMDDIR)
$(INSTALL) -m 0644 kpatch.service $(SYSTEMDDIR)
sed -i 's~PREFIX~$(PREFIX)~' $(SYSTEMDDIR)/kpatch.service
uninstall: