mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
build: use simpler shell wildcards for profiles
This commit is contained in:
parent
d692ddea70
commit
f9769ecbde
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -247,7 +247,7 @@ endif
|
|||
$(INSTALL) -m 0755 -d $(DESTDIR)$(sysconfdir)/firejail
|
||||
$(INSTALL) -m 0755 -d $(DESTDIR)$(sysconfdir)/firejail/firecfg.d
|
||||
$(INSTALL) -m 0644 -t $(DESTDIR)$(sysconfdir)/firejail src/firecfg/firecfg.config
|
||||
$(INSTALL) -m 0644 -t $(DESTDIR)$(sysconfdir)/firejail etc/profile-a-l/*.profile etc/profile-m-z/*.profile etc/inc/*.inc etc/net/*.net etc/firejail.config
|
||||
$(INSTALL) -m 0644 -t $(DESTDIR)$(sysconfdir)/firejail etc/profile*/*.profile etc/inc/*.inc etc/net/*.net etc/firejail.config
|
||||
sh -c "if [ ! -f $(DESTDIR)$(sysconfdir)/firejail/login.users ]; then \
|
||||
$(INSTALL) -m 0644 -t $(DESTDIR)$(sysconfdir)/firejail etc/login.users; \
|
||||
fi"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue