X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=src%2FMakefile;h=74ae7fdcece7f8db8cd212337dabbc7a8cc97fe6;hp=bce4edd2a7a509e3aa59d5914d1de0fac52333a0;hb=0b14268af9be9e941bd9883df3d7ad4fddbc99db;hpb=6e29af123090c53e4e1f29897663717f2cb969c6 diff --git a/src/Makefile b/src/Makefile index bce4edd..74ae7fd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -36,6 +36,8 @@ install: pve-firewall pve-firewall.8 pve-firewall.bash-completion pvefw-logger install -d ${DESTDIR}/${MAN8DIR} install -m 0644 pve-firewall.8 ${DESTDIR}/${MAN8DIR} install -m 0644 -D pve-firewall.bash-completion ${DESTDIR}/${BASHCOMPLDIR}/pve-firewall + install -d -m 0755 ${DESTDIR}/usr/lib/sysctl.d/ + install -m 0644 pve-firewall-sysctl.conf ${DESTDIR}/usr/lib/sysctl.d/pve-firewall.conf .PHONY: clean clean: