aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-05-04 12:18:50 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-05-04 12:18:50 -0400
commitc3354382c92b386da5ed76f5b12643412a2d32ea (patch)
tree15dbce7fd053998ffd2c0618ddd3e5694b47c3f4 /Makefile.in
parenttest fixes (diff)
downloadfirejail-c3354382c92b386da5ed76f5b12643412a2d32ea.tar.gz
firejail-c3354382c92b386da5ed76f5b12643412a2d32ea.tar.zst
firejail-c3354382c92b386da5ed76f5b12643412a2d32ea.zip
rename generic.profile as default.profile
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 39766a8b0..92254fbc0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -113,7 +113,7 @@ realinstall:
113 install -c -m 0644 .etc/vlc.profile $(DESTDIR)/$(sysconfdir)/firejail/. 113 install -c -m 0644 .etc/vlc.profile $(DESTDIR)/$(sysconfdir)/firejail/.
114 install -c -m 0644 .etc/deluge.profile $(DESTDIR)/$(sysconfdir)/firejail/. 114 install -c -m 0644 .etc/deluge.profile $(DESTDIR)/$(sysconfdir)/firejail/.
115 install -c -m 0644 .etc/qbittorrent.profile $(DESTDIR)/$(sysconfdir)/firejail/. 115 install -c -m 0644 .etc/qbittorrent.profile $(DESTDIR)/$(sysconfdir)/firejail/.
116 install -c -m 0644 .etc/generic.profile $(DESTDIR)/$(sysconfdir)/firejail/. 116 install -c -m 0644 .etc/default.profile $(DESTDIR)/$(sysconfdir)/firejail/.
117 install -c -m 0644 .etc/pidgin.profile $(DESTDIR)/$(sysconfdir)/firejail/. 117 install -c -m 0644 .etc/pidgin.profile $(DESTDIR)/$(sysconfdir)/firejail/.
118 install -c -m 0644 .etc/xchat.profile $(DESTDIR)/$(sysconfdir)/firejail/. 118 install -c -m 0644 .etc/xchat.profile $(DESTDIR)/$(sysconfdir)/firejail/.
119 install -c -m 0644 .etc/empathy.profile $(DESTDIR)/$(sysconfdir)/firejail/. 119 install -c -m 0644 .etc/empathy.profile $(DESTDIR)/$(sysconfdir)/firejail/.