aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar avoidr <avoidr@users.noreply.github.com>2016-04-02 22:05:08 +0200
committerLibravatar avoidr <avoidr@users.noreply.github.com>2016-04-02 22:05:08 +0200
commiteef6be4110c86624ec8e7ca26cd38343bdb9d089 (patch)
tree4dbb48ce101a32f938a0c3d19ea45423d8c01ee3 /Makefile.in
parentadd profile header comment (diff)
downloadfirejail-eef6be4110c86624ec8e7ca26cd38343bdb9d089.tar.gz
firejail-eef6be4110c86624ec8e7ca26cd38343bdb9d089.tar.zst
firejail-eef6be4110c86624ec8e7ca26cd38343bdb9d089.zip
edit Makefile.in, conffiles
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 c9e2e54f8..581402283 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -158,6 +158,7 @@ realinstall:
158 install -c -m 0644 .etc/ssh.profile $(DESTDIR)/$(sysconfdir)/firejail/. 158 install -c -m 0644 .etc/ssh.profile $(DESTDIR)/$(sysconfdir)/firejail/.
159 install -c -m 0644 .etc/openbox.profile $(DESTDIR)/$(sysconfdir)/firejail/. 159 install -c -m 0644 .etc/openbox.profile $(DESTDIR)/$(sysconfdir)/firejail/.
160 install -c -m 0644 .etc/dillo.profile $(DESTDIR)/$(sysconfdir)/firejail/. 160 install -c -m 0644 .etc/dillo.profile $(DESTDIR)/$(sysconfdir)/firejail/.
161 install -c -m 0644 .etc/cmus.profile $(DESTDIR)/$(sysconfdir)/firejail/.
161 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 162 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
162 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 163 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
163 rm -fr .etc 164 rm -fr .etc