Skip to content

Commit

Permalink
Fix permissions for convert.pl when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 7, 2022
1 parent c57a07a commit 5ef8dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ install-gaproot: CITATION

# install helpers for developers
$(INSTALL) -d -m 0755 $(DESTDIR)$(datarootdir)/gap/etc
$(INSTALL) -m 0644 $(srcdir)/etc/convert.pl $(DESTDIR)$(datarootdir)/gap/etc/
$(INSTALL) -m 0755 $(srcdir)/etc/convert.pl $(DESTDIR)$(datarootdir)/gap/etc/
$(INSTALL) -d -m 0755 $(DESTDIR)$(datarootdir)/gap/etc/vim
$(INSTALL) -m 0644 $(srcdir)/etc/vim/*.* $(DESTDIR)$(datarootdir)/gap/etc/vim/

Expand Down

0 comments on commit 5ef8dc0

Please sign in to comment.