Skip to content
Snippets Groups Projects
Commit 378db9ab authored by ale's avatar ale
Browse files

Ensure reload-hooks are installed with executable perms

parent a1f8378a
No related branches found
No related tags found
No related merge requests found
Pipeline #93226 passed
...@@ -30,6 +30,7 @@ install: all ...@@ -30,6 +30,7 @@ install: all
done ; \ done ; \
fi ; \ fi ; \
done) done)
chmod a+x $(DESTDIR)$(sharedir)/reload-hooks/*
(for type in ip net ; do \ (for type in ip net ; do \
$(INSTALL) -d $(DESTDIR)$(fwconfdir)/blocked/$$type ; \ $(INSTALL) -d $(DESTDIR)$(fwconfdir)/blocked/$$type ; \
for proto in ipv4 ipv6 ; do \ for proto in ipv4 ipv6 ; do \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment