aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-26 09:23:04 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-26 09:23:04 +0200
commit282bab5ced6aececc4f999acf3c077887a47f341 (patch)
treed18890f8e9f06349059a8abb5360b097ac9e435b /Makefile.in
parentmany profile fixes (1) (diff)
downloadfirejail-282bab5ced6aececc4f999acf3c077887a47f341.tar.gz
firejail-282bab5ced6aececc4f999acf3c077887a47f341.tar.zst
firejail-282bab5ced6aececc4f999acf3c077887a47f341.zip
misc fixes
- fix for #2038 - update RELNOTES - fix #2925
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 ebfbac318..44137c0bc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -193,6 +193,7 @@ uninstall:
193 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firejail 193 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firejail
194 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firemon 194 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firemon
195 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg 195 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
196 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)/$(sysconfdir)/firejail', see #2038."
196 197
197DISTFILES = "src etc platform contrib configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkdeb-apparmor.sh COPYING README RELNOTES" 198DISTFILES = "src etc platform contrib configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkdeb-apparmor.sh COPYING README RELNOTES"
198DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils test/chroot" 199DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils test/chroot"