Skip to content

Commit

Permalink
Don't install adbd.service with executable permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
owtaylor committed Sep 9, 2016
1 parent 602acb2 commit dff8e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ install: all
install -D -m 0755 adb/adbd $(DESTDIR)$(sbindir)
install -D -m 0755 adb/xdg-adbd $(DESTDIR)$(sbindir)
install -d -m 0755 $(DESTDIR)$(prefix)/lib/systemd/system/
install -D -m 0755 $(top_srcdir)/adbd.service $(DESTDIR)$(prefix)/lib/systemd/system/
install -D -m 0644 $(top_srcdir)/adbd.service $(DESTDIR)$(prefix)/lib/systemd/system/

.PHONY: subdirs

0 comments on commit dff8e32

Please sign in to comment.