aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 196c5892f..1a5a9160d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -206,6 +206,7 @@ realinstall:
206 install -c -m 0644 .etc/lomath.profile $(DESTDIR)/$(sysconfdir)/firejail/. 206 install -c -m 0644 .etc/lomath.profile $(DESTDIR)/$(sysconfdir)/firejail/.
207 install -c -m 0644 .etc/loweb.profile $(DESTDIR)/$(sysconfdir)/firejail/. 207 install -c -m 0644 .etc/loweb.profile $(DESTDIR)/$(sysconfdir)/firejail/.
208 install -c -m 0644 .etc/lowriter.profile $(DESTDIR)/$(sysconfdir)/firejail/. 208 install -c -m 0644 .etc/lowriter.profile $(DESTDIR)/$(sysconfdir)/firejail/.
209 install -c -m 0644 .etc/pix.profile $(DESTDIR)/$(sysconfdir)/firejail/.
209 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 210 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
210 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/. 211 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.
211 rm -fr .etc 212 rm -fr .etc