From 53d8a86e681cdf68e36abbe33d98a1cc44214b8b Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 15 Apr 2016 08:01:25 -0400 Subject: added abrowser profile --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 7aa080dfc..3a555f55c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -162,6 +162,7 @@ realinstall: install -c -m 0644 .etc/dnsmasq.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/palemoon.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/icedove.profile $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/abrowser.profile $(DESTDIR)/$(sysconfdir)/firejail/. sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" rm -fr .etc -- cgit v1.2.3-54-g00ecf