Skip to content

Commit

Permalink
install the content of contrib section /usr/lib/firejail directory
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Jan 4, 2017
1 parent ceaee7d commit 9436294
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ realinstall:
install -c -m 0644 seccomp.debug $(DESTDIR)/$(libdir)/firejail/.
install -c -m 0644 seccomp.i386 $(DESTDIR)/$(libdir)/firejail/.
install -c -m 0644 seccomp.amd64 $(DESTDIR)/$(libdir)/firejail/.
for file in contrib/*; do \
install -c -m 0755 $$file $(DESTDIR)/$(libdir)/firejail/.; \
done
# documents
install -m 0755 -d $(DESTDIR)/$(DOCDIR)
install -c -m 0644 COPYING $(DESTDIR)/$(DOCDIR)/.
Expand Down

0 comments on commit 9436294

Please sign in to comment.