aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-19 07:15:16 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-19 07:15:16 -0400
commit08c8c86233337ff00ccb7112f659776e5ac1efe1 (patch)
tree7a07c94ba9169189ce1b9fe8ab02611faf9b1a0b /Makefile.in
parentfixes (diff)
downloadfirejail-08c8c86233337ff00ccb7112f659776e5ac1efe1.tar.gz
firejail-08c8c86233337ff00ccb7112f659776e5ac1efe1.tar.zst
firejail-08c8c86233337ff00ccb7112f659776e5ac1efe1.zip
libreoffice support
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 7f21811f5..c7ecab5ac 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -197,6 +197,14 @@ realinstall:
197 install -c -m 0644 .etc/mpv.profile $(DESTDIR)/$(sysconfdir)/firejail/. 197 install -c -m 0644 .etc/mpv.profile $(DESTDIR)/$(sysconfdir)/firejail/.
198 install -c -m 0644 .etc/franz.profile $(DESTDIR)/$(sysconfdir)/firejail/. 198 install -c -m 0644 .etc/franz.profile $(DESTDIR)/$(sysconfdir)/firejail/.
199 install -c -m 0644 .etc/libreoffice.profile $(DESTDIR)/$(sysconfdir)/firejail/. 199 install -c -m 0644 .etc/libreoffice.profile $(DESTDIR)/$(sysconfdir)/firejail/.
200 install -c -m 0644 .etc/localc.profile $(DESTDIR)/$(sysconfdir)/firejail/.
201 install -c -m 0644 .etc/lodraw.profile $(DESTDIR)/$(sysconfdir)/firejail/.
202 install -c -m 0644 .etc/loffice.profile $(DESTDIR)/$(sysconfdir)/firejail/.
203 install -c -m 0644 .etc/lofromtemplate.profile $(DESTDIR)/$(sysconfdir)/firejail/.
204 install -c -m 0644 .etc/loimpress.profile $(DESTDIR)/$(sysconfdir)/firejail/.
205 install -c -m 0644 .etc/lomath.profile $(DESTDIR)/$(sysconfdir)/firejail/.
206 install -c -m 0644 .etc/loweb.profile $(DESTDIR)/$(sysconfdir)/firejail/.
207 install -c -m 0644 .etc/lowriter.profile $(DESTDIR)/$(sysconfdir)/firejail/.
200 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 208 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
201 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/. 209 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.
202 rm -fr .etc 210 rm -fr .etc