From 78fbedbe1199ce7914c021c376bb5752439f8c62 Mon Sep 17 00:00:00 2001 From: Fred-Barclay Date: Sat, 7 May 2016 14:20:03 +1000 Subject: added xapps && cleanup --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index fdf247255..2d49f88e1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -180,6 +180,9 @@ realinstall: install -c -m 0644 .etc/quiterss.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/cyberfox.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/snap.profile $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/xplayer.profile $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/xreader.profile $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/xviewer.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