From a706d5f482bd3a82f9ed6b6188bef868ce5bc87b Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 12 Aug 2016 20:06:37 -0400 Subject: fix make dist/make deb --- Makefile.in | 3 +-- todo | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 1142059a5..c91db3bc7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,7 +48,6 @@ clean: rm -f test/environment/index.html rm -f test/environment/wget-log rm -f test/sysutils/firejail_t* - cd test/compile; ./compile.sh --clean; cd ../.. cd test/dist-compile; ./compile.sh --clean; cd ../.. distclean: clean @@ -138,7 +137,7 @@ uninstall: rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg DISTFILES = "src etc platform configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkuid.sh COPYING README RELNOTES" -DISTFILES_TEST = "test/apps test/apps-x11 test/environment test/profiles test/utils test/compile test/dist-compile test/filters test/network test/fs test/sysutils" +DISTFILES_TEST = "test/apps test/apps-x11 test/environment test/profiles test/utils test/dist-compile test/filters test/network test/fs test/sysutils" dist: make distclean diff --git a/todo b/todo index 8fe3904da..02eacdda9 100644 --- a/todo +++ b/todo @@ -279,3 +279,6 @@ private-dev private-tmp nosound +26. fix firemon and firetools on systems with hidepid=2 + +sudo mount -o remount,rw,hidepid=2 /proc -- cgit v1.2.3-54-g00ecf