mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
fix make install
This commit is contained in:
parent
0dc883bfcb
commit
fbec95c4da
1 changed files with 3 additions and 1 deletions
|
|
@ -132,7 +132,9 @@ ifeq ($(BUSYBOX_WORKAROUND),yes)
|
|||
./mketc.sh
|
||||
endif
|
||||
install -m 0755 -d $(DESTDIR)/$(sysconfdir)/firejail
|
||||
install -m 0644 -t $(DESTDIR)/$(sysconfdir)/firejail etc/{*.profile,*.inc,*.net,firejail.config}
|
||||
for file in etc/*.profile etc/*.inc etc/*.net etc/firejail.config; do \
|
||||
install -c -m 0644 $$file $(DESTDIR)/$(sysconfdir)/firejail; \
|
||||
done
|
||||
sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
|
||||
ifeq ($(HAVE_APPARMOR),-DHAVE_APPARMOR)
|
||||
# install apparmor profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue