Skip to content

Commit c914512

Browse files
Change permissions to allow users to ls
1 parent 24f38b1 commit c914512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ all:
1515
install:
1616
install -dm755 "$(DESTDIR)$(BINDIR)"
1717
install -m755 sshcd "$(DESTDIR)$(BINDIR)/$(COMMAND)"
18-
install -dm644 "$(DESTDIR)$(DATADIR)/licenses/$(PKGNAME)"
18+
install -dm755 "$(DESTDIR)$(DATADIR)/licenses/$(PKGNAME)"
1919
install -m644 LICENSE "$(DESTDIR)$(DATADIR)/licenses/$(PKGNAME)/LICENSE"
2020

2121
.PHONY: uninstall

0 commit comments

Comments
 (0)