Skip to content

Commit

Permalink
Do not install man pages and profile.d files as executable
Browse files Browse the repository at this point in the history
They shouldn't be executable.

QubesOS/qubes-issues#6567
  • Loading branch information
marmarek committed Nov 5, 2023
1 parent 77cdc17 commit d257ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install-vm-common:
install -D gpg-import-key $(DESTDIR)/usr/bin/qubes-gpg-import-key
install -D qubes.Gpg.service $(DESTDIR)/etc/qubes-rpc/qubes.Gpg
install -D qubes.GpgImportKey.service $(DESTDIR)/etc/qubes-rpc/qubes.GpgImportKey
install -D qubes-gpg.sh $(DESTDIR)/etc/profile.d/qubes-gpg.sh
install -m 0644 -D qubes-gpg.sh $(DESTDIR)/etc/profile.d/qubes-gpg.sh
install -D qubes-gpg-split.tmpfiles $(DESTDIR)/usr/lib/tmpfiles.d/qubes-gpg-split.conf
make -C tests install-vm
make -C doc install
Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ manpages: $(DOCS)

install: manpages
install -d $(DESTDIR)/usr/share/man/man1
install -D $(DOCS) $(DESTDIR)/usr/share/man/man1/
install -m 0644 -D $(DOCS) $(DESTDIR)/usr/share/man/man1/

%.1: %.rst
$(PANDOC) $< > $@
Expand Down

0 comments on commit d257ce8

Please sign in to comment.