kpatch/contrib/Makefile
Seth Jennings 740163ae12 set mode 0644 on service unit
Signed-off-by: Seth Jennings <sjenning@redhat.com>
2015-06-03 09:09:07 -05:00

14 lines
237 B
Makefile

include ../Makefile.inc
all:
install: all
$(INSTALL) -d $(SYSTEMDDIR)
$(INSTALL) -m 0644 kpatch.service $(SYSTEMDDIR)
sed -i 's~PREFIX~$(PREFIX)~' $(SYSTEMDDIR)/kpatch.service
uninstall:
$(RM) $(SYSTEMDDIR)/kpatch.service
clean: