aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-20 11:47:43 -0400
committerLibravatar GitHub <noreply@github.com>2016-06-20 11:47:43 -0400
commit370dd9a27893e05bd7766269b5e1e59eb18e713d (patch)
tree6beb68e7d2e8ec2463f33ef8f355e1067e347ac9 /Makefile.in
parentMerge pull request #586 from avoidr/mpv.profile (diff)
parentextra Pix files (diff)
downloadfirejail-370dd9a27893e05bd7766269b5e1e59eb18e713d.tar.gz
firejail-370dd9a27893e05bd7766269b5e1e59eb18e713d.tar.zst
firejail-370dd9a27893e05bd7766269b5e1e59eb18e713d.zip
Merge pull request #585 from Fred-Barclay/proposed
Proposed
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