aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-28 08:41:51 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-28 08:41:51 -0400
commite413b78c49234ae2698f0d9f27945c30ef723fe0 (patch)
tree3a653fc1e3850ab5e77b992854ef3e85be038db4 /Makefile.in
parentsysutils (diff)
downloadfirejail-e413b78c49234ae2698f0d9f27945c30ef723fe0.tar.gz
firejail-e413b78c49234ae2698f0d9f27945c30ef723fe0.tar.zst
firejail-e413b78c49234ae2698f0d9f27945c30ef723fe0.zip
sysutils
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 5204fc34a..00131099a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -215,6 +215,7 @@ realinstall:
215 install -c -m 0644 .etc/xzdec.profile $(DESTDIR)/$(sysconfdir)/firejail/. 215 install -c -m 0644 .etc/xzdec.profile $(DESTDIR)/$(sysconfdir)/firejail/.
216 install -c -m 0644 .etc/strings.profile $(DESTDIR)/$(sysconfdir)/firejail/. 216 install -c -m 0644 .etc/strings.profile $(DESTDIR)/$(sysconfdir)/firejail/.
217 install -c -m 0644 .etc/xz.profile $(DESTDIR)/$(sysconfdir)/firejail/. 217 install -c -m 0644 .etc/xz.profile $(DESTDIR)/$(sysconfdir)/firejail/.
218 install -c -m 0644 .etc/less.profile $(DESTDIR)/$(sysconfdir)/firejail/.
218 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 219 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
219 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/. 220 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.
220 rm -fr .etc 221 rm -fr .etc