From 68d06a13599bc219148eb0517cf107a948ffa4e2 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Tue, 21 May 2024 10:26:56 -0300 Subject: build: sort/split some install commands For increased consistency and readability. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8a65f50ef..d93f28b22 100644 --- a/Makefile +++ b/Makefile @@ -230,8 +230,8 @@ ifeq ($(HAVE_CONTRIB_INSTALL),yes) $(INSTALL) -m 0755 -t $(DESTDIR)$(libdir)/firejail contrib/*.py contrib/*.sh # vim syntax $(INSTALL) -m 0755 -d $(DESTDIR)$(datarootdir)/vim/vimfiles/ftdetect - $(INSTALL) -m 0755 -d $(DESTDIR)$(datarootdir)/vim/vimfiles/syntax $(INSTALL) -m 0644 -t $(DESTDIR)$(datarootdir)/vim/vimfiles/ftdetect contrib/vim/ftdetect/firejail.vim + $(INSTALL) -m 0755 -d $(DESTDIR)$(datarootdir)/vim/vimfiles/syntax $(INSTALL) -m 0644 -t $(DESTDIR)$(datarootdir)/vim/vimfiles/syntax contrib/syntax/files/firejail.vim # gtksourceview language-specs $(INSTALL) -m 0755 -d $(DESTDIR)$(datarootdir)/gtksourceview-5/language-specs @@ -269,8 +269,9 @@ ifeq ($(HAVE_APPARMOR),-DHAVE_APPARMOR) endif ifneq ($(HAVE_MAN),no) # man pages - $(INSTALL) -m 0755 -d $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 + $(INSTALL) -m 0755 -d $(DESTDIR)$(mandir)/man1 $(INSTALL) -m 0644 -t $(DESTDIR)$(mandir)/man1 $(MANPAGES1_GZ) + $(INSTALL) -m 0755 -d $(DESTDIR)$(mandir)/man5 $(INSTALL) -m 0644 -t $(DESTDIR)$(mandir)/man5 $(MANPAGES5_GZ) endif # bash completion -- cgit v1.2.3-70-g09d2