From c80e838a5a6d36ad0a331c43df3a576fa48fd967 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 9 Jun 2016 10:53:17 -0400 Subject: fixes --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 7a4590bcf..c89f9167b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -193,7 +193,7 @@ realinstall: install -c -m 0644 .etc/mpv.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/franz.profile $(DESTDIR)/$(sysconfdir)/firejail/. sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" - sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" + install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/. rm -fr .etc # man pages rm -f firejail.1.gz -- cgit v1.2.3-54-g00ecf