Skip to content

Commit

Permalink
fix permissions on installed jittertrap executable
Browse files Browse the repository at this point in the history
  • Loading branch information
acooks committed Sep 2, 2015
1 parent 7e4e93f commit 97d057f
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 @@ -44,5 +44,5 @@ $(CLEANDIRS):

install: all
install -d ${DESTDIR}/usr/bin/
install -m 0744 backend/jittertrap ${DESTDIR}/usr/bin/
install -m 0755 backend/jittertrap ${DESTDIR}/usr/bin/
$(MAKE) -C frontend install

0 comments on commit 97d057f

Please sign in to comment.