aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rw-r--r--README2
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 465891ccc..026133cbb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -96,6 +96,7 @@ realinstall:
96 install -c -m 0755 contrib/fjclip.py $(DESTDIR)/$(libdir)/firejail/. 96 install -c -m 0755 contrib/fjclip.py $(DESTDIR)/$(libdir)/firejail/.
97 install -c -m 0755 contrib/fjdisplay.py $(DESTDIR)/$(libdir)/firejail/. 97 install -c -m 0755 contrib/fjdisplay.py $(DESTDIR)/$(libdir)/firejail/.
98 install -c -m 0755 contrib/fjresize.py $(DESTDIR)/$(libdir)/firejail/. 98 install -c -m 0755 contrib/fjresize.py $(DESTDIR)/$(libdir)/firejail/.
99 install -c -m 0755 contrib/fj-mkdeb.py $(DESTDIR)/$(libdir)/firejail/.
99 # documents 100 # documents
100 install -m 0755 -d $(DESTDIR)/$(DOCDIR) 101 install -m 0755 -d $(DESTDIR)/$(DOCDIR)
101 install -c -m 0644 COPYING $(DESTDIR)/$(DOCDIR)/. 102 install -c -m 0644 COPYING $(DESTDIR)/$(DOCDIR)/.
diff --git a/README b/README
index 03c8af595..9142697d9 100644
--- a/README
+++ b/README
@@ -245,6 +245,8 @@ KellerFuchs (https://github.com/KellerFuchs)
245 - make ~/.local read-only 245 - make ~/.local read-only
246KOLANICH (https://github.com/KOLANICH) 246KOLANICH (https://github.com/KOLANICH)
247 - added symlink fixer fix_private-bin.py in contrib section 247 - added symlink fixer fix_private-bin.py in contrib section
248laniakea64 (https://github.com/laniakea64)
249 - added fj-mkdeb.py script to build deb packages
248Lari Rauno (https://github.com/tuutti) 250Lari Rauno (https://github.com/tuutti)
249 - qutebrowser profile fixes 251 - qutebrowser profile fixes
250Laurent Declercq (https://github.com/nuxwin) 252Laurent Declercq (https://github.com/nuxwin)